diff --git a/poetry.lock b/poetry.lock index 9f23c917..f183e60d 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.19.4" +version = "2.20.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 = "f09e28b48de0cfbba34a6b4f8069660af6617a9f1444f1734e34aeefd7413b82" +content-hash = "e618850c686c32168fb8df4fff2d23cd261b0c5f4c08c6e2299733cacabccc90" [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.19.4-py2.py3-none-any.whl", hash = "sha256:7bfb634a804d71a642dfb6e85283295953c0f990b8be55c0909c6155d88c5af6"}, - {file = "pyupgrade-2.19.4.tar.gz", hash = "sha256:28525a24fa3f4f68389b157d3fa063c9b96d8e30f034614c17a4d95a0475d1d9"}, + {file = "pyupgrade-2.20.0-py2.py3-none-any.whl", hash = "sha256:e646016d0e4a0fc171fd0a56177facf0f16dd2a7b30b2a3a08aa4ad9dd90e0d2"}, + {file = "pyupgrade-2.20.0.tar.gz", hash = "sha256:33848f4656fd8f35bfe073e6f23b0e249f010533ab06b6866d57f812b3e026a2"}, ] 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 759f0182..e47cf653 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.19.4" +pyupgrade = "^2.20.0" flake8-simplify = "^0.14.1" vulture = "^2.3" flake8-bandit = "^2.1.2"