From b0d88a4bddbaf7a2f4fcd6377fcf203dd8b79629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:02:47 +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 1d47aeb8..55bdcca5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -664,7 +664,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 @@ -861,7 +861,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "caed57afb4640b6a22eeaa69eccbaaf1e42a08df809992f8cf5e1bb380c39c88" +content-hash = "f5d5d595329c050b24371a1a144b0088bbffafc4726f00cb10722a631bc940e8" [metadata.files] aiohttp = [ @@ -1262,8 +1262,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 0ede43e8..24c7e14f 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"