diff --git a/poetry.lock b/poetry.lock index d98b82a..cee5973 100644 --- a/poetry.lock +++ b/poetry.lock @@ -798,13 +798,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pyupgrade" -version = "3.11.1" +version = "3.12.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.11.1-py2.py3-none-any.whl", hash = "sha256:6e9dd362394b3068123e06ca268de5845d41e2bb29f387b38323cc1009fb3100"}, - {file = "pyupgrade-3.11.1.tar.gz", hash = "sha256:3e6c7689d2f3ae418c6a60ee981477fe9130eccaed3e33dac6c21274cf7d45f4"}, + {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash = "sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"}, + {file = "pyupgrade-3.12.0.tar.gz", hash = "sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"}, ] [package.dependencies] @@ -1088,4 +1088,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "43f65fbb4fcb704a9629bcc7edda417f6b59da88d82ccf56c09c33a9a6a8dc09" +content-hash = "8d6ab378e755220751b28ffcaa0816dd131f54c844a9099f58bed6ee1f8bd5d1" diff --git a/pyproject.toml b/pyproject.toml index db7ecb2..a0c8de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pylint = "^2.13.2" isort = "^5.10.1" mypy = "^1.5" flake8 = "^4.0.1" -pyupgrade = "^3.11.1" +pyupgrade = "^3.12.0" [build-system] requires = ["poetry-core>=1.0.0"]