diff --git a/poetry.lock b/poetry.lock index f183e60d..a72e0f8b 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.20.0" +version = "2.21.0" 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 = "e618850c686c32168fb8df4fff2d23cd261b0c5f4c08c6e2299733cacabccc90" +content-hash = "bef9f62e767378ea1617911db238ddd96e6609345299b27f26c292c5bb9fca9a" [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.20.0-py2.py3-none-any.whl", hash = "sha256:e646016d0e4a0fc171fd0a56177facf0f16dd2a7b30b2a3a08aa4ad9dd90e0d2"}, - {file = "pyupgrade-2.20.0.tar.gz", hash = "sha256:33848f4656fd8f35bfe073e6f23b0e249f010533ab06b6866d57f812b3e026a2"}, + {file = "pyupgrade-2.21.0-py2.py3-none-any.whl", hash = "sha256:e06f47fadbea99a7c03c0ec78214413ee0f4165ef3f33185f9c85c318c6430d1"}, + {file = "pyupgrade-2.21.0.tar.gz", hash = "sha256:833c1aa26ed974d5e5a098c5d204b94a8a75b3d935d7cc781390821c03476d74"}, ] 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 e47cf653..92fe12da 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.20.0" +pyupgrade = "^2.21.0" flake8-simplify = "^0.14.1" vulture = "^2.3" flake8-bandit = "^2.1.2"