diff --git a/poetry.lock b/poetry.lock index f0119ea..da3b562 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1005,14 +1005,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pyupgrade" -version = "3.19.1" +version = "3.21.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pyupgrade-3.19.1-py2.py3-none-any.whl", hash = "sha256:8c5b0bfacae5ff30fa136a53eb7f22c34ba007450d4099e9da8089dabb9e67c9"}, - {file = "pyupgrade-3.19.1.tar.gz", hash = "sha256:d10e8c5f54b8327211828769e98d95d95e4715de632a3414f1eef3f51357b9e2"}, + {file = "pyupgrade-3.21.0-py2.py3-none-any.whl", hash = "sha256:3a200cdc537980f371b4867f1d662e37166a7869d7713f309c1c3241c310c754"}, + {file = "pyupgrade-3.21.0.tar.gz", hash = "sha256:3e63a882ec1d16f5621736d938952df3cdc2446501fb049e711415cb8d273960"}, ] [package.dependencies] @@ -1252,4 +1252,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "52015c9c73d5db5723546de3159b9eaab289c643691acb766caab4fb2df0577a" +content-hash = "0e1425d681c44c8e5a89d0ca2a3ef3c87819008821dd43a6090216f2aa84134b" diff --git a/pyproject.toml b/pyproject.toml index 7acae0c..09aa732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pylint = "^3.2.7" isort = "^5.10.1" mypy = "^1.18" flake8 = "^7.1.2" -pyupgrade = "^3.19.1" +pyupgrade = "^3.21.0" [build-system] requires = ["poetry-core>=1.0.0"]