diff --git a/poetry.lock b/poetry.lock index 312945d..25b8810 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1477,13 +1477,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pyupgrade" -version = "3.19.0" +version = "3.19.1" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.9" files = [ - {file = "pyupgrade-3.19.0-py2.py3-none-any.whl", hash = "sha256:1364fcae4436a6a236a85960587390ec8a939ad0f65f429346f70a5f201c1489"}, - {file = "pyupgrade-3.19.0.tar.gz", hash = "sha256:7ed4b7d972ed2788c43994f4a24f949d5bf044342992f3b48e1bed0092ddaa01"}, + {file = "pyupgrade-3.19.1-py2.py3-none-any.whl", hash = "sha256:8c5b0bfacae5ff30fa136a53eb7f22c34ba007450d4099e9da8089dabb9e67c9"}, + {file = "pyupgrade-3.19.1.tar.gz", hash = "sha256:d10e8c5f54b8327211828769e98d95d95e4715de632a3414f1eef3f51357b9e2"}, ] [package.dependencies] @@ -1954,4 +1954,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "66e787f9c07da023856532e5ecac7e1e8ce4ae42a32ab1d30f226ebe788fc144" +content-hash = "54cbce5310c3cae6ba6c2fd5634bc78e1d6b0ca86d065382f52983a5b064b76d" diff --git a/pyproject.toml b/pyproject.toml index e1f6a8e..e4c6d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.14.0" pre-commit-hooks = "^5.0.0" Pygments = "^2.18.0" -pyupgrade = "^3.19.0" +pyupgrade = "^3.19.1" pylint = "^3.3.2" pytest-asyncio = "~0.24.0"