diff --git a/poetry.lock b/poetry.lock index 91514ce7..ded7a746 100644 --- a/poetry.lock +++ b/poetry.lock @@ -448,7 +448,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[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 @@ -599,7 +599,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "eab95f858d0abb159ac47a550bd4e2f427f34d4efcc794e54e72f05dd44b8b6b" +content-hash = "3c056d7b9e3adea3a716f9646e15de1b667144d3dbc258fa263b3774787b5e51" [metadata.files] aiohttp = [ @@ -924,8 +924,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] 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 5e802d4a..7385175b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pylint = "^2.9.6" isort = "^5.9.3" mypy = "^0.910" flake8 = "^3.9.2" -pyupgrade = "^2.24.0" +pyupgrade = "^2.25.0" pytest-asyncio = "^0.15.1"