From ff7b3ef6b7fd5af1b10a43a8ca9bb191e277045a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 07:57:58 +0000 Subject: [PATCH] Bump pyupgrade from 2.21.1 to 2.21.2 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.21.1...v2.21.2) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6190b35..29504c65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,7 +673,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.21.1" +version = "2.21.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -897,7 +897,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "efbbb5d96312a8b8231972aad359ba76fcc581fb160e4a729066f291c2029726" +content-hash = "b055e529d5f88b27f9d82310660de10f5681297bb4c5d01b5ca5870eec2916ce" [metadata.files] aiohttp = [ @@ -1300,8 +1300,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pyupgrade = [ - {file = "pyupgrade-2.21.1-py2.py3-none-any.whl", hash = "sha256:f560a75691350652a7349100963cc89afe2f1cc0e6849ff7aaa65fc3db749aa3"}, - {file = "pyupgrade-2.21.1.tar.gz", hash = "sha256:0db5931c3cc6af194260903596cb0cc4a119ca0561179e07171601c347beb227"}, + {file = "pyupgrade-2.21.2-py2.py3-none-any.whl", hash = "sha256:0b923ec80a835f199a41572e184718b5b748f780144956aa8a88c1b10410339b"}, + {file = "pyupgrade-2.21.2.tar.gz", hash = "sha256:9f2d20dc75383a509eb0f15326f33ab3f3707958e1570df72f85bf77bb8a8935"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index dc72b733..1bc1ce26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^6.2.4" pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" yamllint = "^1.26.1" -pyupgrade = "^2.21.1" +pyupgrade = "^2.21.2" flake8-simplify = "^0.14.1" vulture = "^2.3" flake8-bandit = "^2.1.2"