diff --git a/poetry.lock b/poetry.lock index 86caa93..d67c236 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -803,13 +803,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pyupgrade" -version = "3.16.0" +version = "3.17.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.9" files = [ - {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash = "sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"}, - {file = "pyupgrade-3.16.0.tar.gz", hash = "sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"}, + {file = "pyupgrade-3.17.0-py2.py3-none-any.whl", hash = "sha256:cbc8f67a61d3f4e7ca9c2ef57b9aae67f023d3780ce30c99fccec78401723754"}, + {file = "pyupgrade-3.17.0.tar.gz", hash = "sha256:d5dd1dcaf9a016c31508bb9d3d09fd335d736578092f91df52bb26ac30c37919"}, ] [package.dependencies] @@ -1045,4 +1045,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "c18da5a1bf29d4a853ee533a0609464336836b9683acaaf1c7ef2fa3055b2ca7" +content-hash = "18b4648080de8ccda2c119f6a76e641c73180a4f43d1e64f04bba6a75b2a9974" diff --git a/pyproject.toml b/pyproject.toml index dcb961c..891031e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pylint = "^3.2.5" isort = "^5.10.1" mypy = "^1.10" flake8 = "^7.1.0" -pyupgrade = "^3.16.0" +pyupgrade = "^3.17.0" [build-system] requires = ["poetry-core>=1.0.0"]