diff --git a/poetry.lock b/poetry.lock index c4de965e..4530bc4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1160,13 +1160,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.15.1" +version = "3.15.2" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.15.1-py2.py3-none-any.whl", hash = "sha256:c5e005de2805edcd333d1deb04553200ec69da85e4bc9db37b16345ed9e27ed9"}, - {file = "pyupgrade-3.15.1.tar.gz", hash = "sha256:7690857cae0f6253f39241dcd2e57118c333c438b78609fc3c17a5aa61227b7d"}, + {file = "pyupgrade-3.15.2-py2.py3-none-any.whl", hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5"}, + {file = "pyupgrade-3.15.2.tar.gz", hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5"}, ] [package.dependencies] @@ -1596,4 +1596,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "eb5a202cb9612d9093e7abcf570b6c064ac11e08be32adae1dbab134165974c5" +content-hash = "13e1dfa0009badde009ae1ff5b1ae443cfce3a179529b745b00da6a2aff51427" diff --git a/pyproject.toml b/pyproject.toml index 7390ddbc..7fe0344a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.9.0" pre-commit-hooks = "^4.5.0" Pygments = "^2.17.2" -pyupgrade = "^3.15.1" +pyupgrade = "^3.15.2" pylint = "^3.1.0" pytest-asyncio = "~0.23.6"