diff --git a/poetry.lock b/poetry.lock index c9e6a86b..e6806852 100644 --- a/poetry.lock +++ b/poetry.lock @@ -665,7 +665,7 @@ testing = ["coverage", "hypothesis (>=5.7.1)"] [[package]] name = "pyupgrade" -version = "2.24.0" +version = "2.25.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -898,7 +898,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "80d509e6ea05e0d6e28f9133ba763547a12864ed4568c7565b31f00c529c17d9" +content-hash = "b1b34877a510478a972e65cb3698956a915d7758017d8c364bfa343445f1be12" [metadata.files] aiohttp = [ @@ -1226,8 +1226,8 @@ pytest-asyncio = [ {file = "pytest_asyncio-0.15.1-py3-none-any.whl", hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea"}, ] pyupgrade = [ - {file = "pyupgrade-2.24.0-py2.py3-none-any.whl", hash = "sha256:c7b8230f29e0d7e34d60d301365f260a1a2f008e360b932f79f966ecd1efa36a"}, - {file = "pyupgrade-2.24.0.tar.gz", hash = "sha256:66e4309fab139d7b58634bd938a0036427e5309d4bbeff0862b95ef90aba06a0"}, + {file = "pyupgrade-2.25.0-py2.py3-none-any.whl", hash = "sha256:8409f4a166d8fbbf475e4e63912817f8ec07c402979f9399658929ebafaa6043"}, + {file = "pyupgrade-2.25.0.tar.gz", hash = "sha256:a61084aae26ccedd6ae98fc0cc09383ce4e11b6d519653ff5e2fd131d2023723"}, ] 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 d8021395..07ac1645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit = "^2.14.1" pre-commit-hooks = "^4.0.1" pylint = "^2.10.2" yamllint = "^1.26.3" -pyupgrade = "^2.24.0" +pyupgrade = "^2.25.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"