diff --git a/poetry.lock b/poetry.lock index 47ba00fb..39638159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1409,13 +1409,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pyupgrade" -version = "3.15.2" +version = "3.16.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.15.2-py2.py3-none-any.whl", hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5"}, - {file = "pyupgrade-3.15.2.tar.gz", hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5"}, + {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash = "sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"}, + {file = "pyupgrade-3.16.0.tar.gz", hash = "sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"}, ] [package.dependencies] @@ -1880,4 +1880,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "1c6d5d0b91115ddfd97c2e805da63811344744e4ef41d1630e34293fef60da6f" +content-hash = "a90aecd4a6a2500de2602e58ecd43f52698f113096a2101bea3ac0ee89533d44" diff --git a/pyproject.toml b/pyproject.toml index 91826e1e..9f99dcb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.13.0" pre-commit-hooks = "^4.6.0" Pygments = "^2.18.0" -pyupgrade = "^3.15.2" +pyupgrade = "^3.16.0" pylint = "^3.2.3" pytest-asyncio = "~0.23.7"