diff --git a/poetry.lock b/poetry.lock index da6e82ec..d44f76e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -696,7 +696,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.25.0" +version = "2.26.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -921,7 +921,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "171e582dcaa8a14ee79d3bff21e783e479fda80566932bb2d82dccfc0943a556" +content-hash = "25104c91ba8301d7517f34c26ed81859bbd0856c3ee7e41a0cb0b1d456ec3fe7" [metadata.files] aiohttp = [ @@ -1307,8 +1307,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pyupgrade = [ - {file = "pyupgrade-2.25.0-py2.py3-none-any.whl", hash = "sha256:8409f4a166d8fbbf475e4e63912817f8ec07c402979f9399658929ebafaa6043"}, - {file = "pyupgrade-2.25.0.tar.gz", hash = "sha256:a61084aae26ccedd6ae98fc0cc09383ce4e11b6d519653ff5e2fd131d2023723"}, + {file = "pyupgrade-2.26.0-py2.py3-none-any.whl", hash = "sha256:fcfde421775d356eb1e7da443fb23fad6dceca411d8c014acebaed1c2bfeed52"}, + {file = "pyupgrade-2.26.0.tar.gz", hash = "sha256:03eba5ee3494c334d634a272774a30b0aa28af4f5f07f1d3f5d5bedee86c5bcb"}, ] 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 8c7ffb4a..fd6c92da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^6.2.4" pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" yamllint = "^1.26.3" -pyupgrade = "^2.25.0" +pyupgrade = "^2.26.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"