diff --git a/poetry.lock b/poetry.lock index 6e4cb00..d98b82a 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.10.1" +version = "3.11.1" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.10.1-py2.py3-none-any.whl", hash = "sha256:f565b4d26daa46ed522e98746834e77e444269103f8bc04413d77dad95169a24"}, - {file = "pyupgrade-3.10.1.tar.gz", hash = "sha256:1d8d138c2ccdd3c42b1419230ae036d5607dc69465a26feacc069642fc8d1b90"}, + {file = "pyupgrade-3.11.1-py2.py3-none-any.whl", hash = "sha256:6e9dd362394b3068123e06ca268de5845d41e2bb29f387b38323cc1009fb3100"}, + {file = "pyupgrade-3.11.1.tar.gz", hash = "sha256:3e6c7689d2f3ae418c6a60ee981477fe9130eccaed3e33dac6c21274cf7d45f4"}, ] [package.dependencies] @@ -1088,4 +1088,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "30b3274c72eff2018bbc31f449f3ee2cfd43ab566f075ddf7c1c619aeb0b3c2f" +content-hash = "43f65fbb4fcb704a9629bcc7edda417f6b59da88d82ccf56c09c33a9a6a8dc09" diff --git a/pyproject.toml b/pyproject.toml index a22d2c4..db7ecb2 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.10.1" +pyupgrade = "^3.11.1" [build-system] requires = ["poetry-core>=1.0.0"]