diff --git a/poetry.lock b/poetry.lock index a7a1641..0212037 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1125,14 +1125,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.3.2" +version = "3.4.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pyupgrade-3.3.2-py2.py3-none-any.whl", hash = "sha256:c05b82c911934b3a638b29f48f48dc6e0ef6c57c55ec36f2b41ae9dbf6711b4b"}, - {file = "pyupgrade-3.3.2.tar.gz", hash = "sha256:bcfed63d38811809f179fd269dec246680b0aaa5bbe662b535826e5fa2275219"}, + {file = "pyupgrade-3.4.0-py2.py3-none-any.whl", hash = "sha256:98b6bee32149f662da1aa038cb9baf93d592ae696059acd613db6ff583583048"}, + {file = "pyupgrade-3.4.0.tar.gz", hash = "sha256:f6bcf0d5e59170d178a2630e981d0e7b04d9b13f3c0e7e62f3e6bab582f841e4"}, ] [package.dependencies] @@ -1607,4 +1607,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fc8745a786dcbbd8b00cfbf7274f68116061824a1cc54a4a2d77196191fbf77e" +content-hash = "94b73cbd26c910d5ccf7db07ebdc44905ade4a06481e95f058c8a66fea9b8681" diff --git a/pyproject.toml b/pyproject.toml index d015b7b..943a9cd 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.2.0" Pygments = "^2.13.0" -pyupgrade = "^3.3.1" +pyupgrade = "^3.4.0" pylint = "^2.17.2" pytest-asyncio = "~0.21.0"