From ba8702c8bf9c29650b768bdbfe5db6ff7eefecda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 10:32:35 +0200 Subject: [PATCH] Bump pyupgrade from 2.11.0 to 2.12.0 (#280) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.11.0...v2.12.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0dcd5dcf..86b2c776 100644 --- a/poetry.lock +++ b/poetry.lock @@ -664,7 +664,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pyupgrade" -version = "2.11.0" +version = "2.12.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -869,7 +869,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "2113a4855d5fdb556dfdc51353a5c9c4a0a3f758728fcddf59fc5be0f0e13052" +content-hash = "21a81ca698df9a705ba62713346c7bdc6186292bc09ffd9950759afa559d7bfe" [metadata.files] aiohttp = [ @@ -1268,8 +1268,8 @@ pytest-cov = [ {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, ] pyupgrade = [ - {file = "pyupgrade-2.11.0-py2.py3-none-any.whl", hash = "sha256:47cd92db1675a9043bebbe0b67a103b66527883b35e22634060a6bcb99138baa"}, - {file = "pyupgrade-2.11.0.tar.gz", hash = "sha256:5dcae14b1c9b7ecce5ec42210528eb30a1a2408613da744f2ba4a9b54b344cf6"}, + {file = "pyupgrade-2.12.0-py2.py3-none-any.whl", hash = "sha256:024fc6be99c2ccdbc1c9354ac0ab8d5b9e5bf69a5477384677b6c9d8f2ce63bf"}, + {file = "pyupgrade-2.12.0.tar.gz", hash = "sha256:eef4d77e44e57dfbae897a9a61543be1f34701dbbe51cc18462210021bd28dcf"}, ] 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 f762e232..2478984d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^6.2.3" pytest-asyncio = "^0.14.0" pytest-cov = "^2.11.1" yamllint = "^1.26.1" -pyupgrade = "^2.11.0" +pyupgrade = "^2.12.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"