diff --git a/poetry.lock b/poetry.lock index d033f7e..0ba6ec4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1177,13 +1177,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyupgrade" -version = "3.12.0" +version = "3.13.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash = "sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"}, - {file = "pyupgrade-3.12.0.tar.gz", hash = "sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"}, + {file = "pyupgrade-3.13.0-py2.py3-none-any.whl", hash = "sha256:8add43ca1fea6eaeb6815b0b987d1f6ff49ec48085169b2a32e9a797e2d2f8fd"}, + {file = "pyupgrade-3.13.0.tar.gz", hash = "sha256:92220ef0408ff5898bce8ce7845c33bf7bb79c8ff852c5a1dc4305e6333cd60b"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d477c8f3dd81a1d5e671a36ce6251c7a9625b2d3f7d28abea8593905befe6fe2" +content-hash = "b739e50d296730bff78591a61796bbb84bf64b4a464327b24350f13b295ecd3c" diff --git a/pyproject.toml b/pyproject.toml index d190e10..fa1a8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.10.1" pre-commit = "^3.4.0" pre-commit-hooks = "^4.4.0" pylint = "^2.17.5" -pyupgrade = "^3.12.0" +pyupgrade = "^3.13.0" safety = "^2.3.2" vulture = "^2.9" yamllint = "^1.32.0"