diff --git a/poetry.lock b/poetry.lock index 5cb7ad3..982bbac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1682,13 +1682,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.15.2" +version = "3.16.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.15.2-py2.py3-none-any.whl", hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5"}, - {file = "pyupgrade-3.15.2.tar.gz", hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5"}, + {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash = "sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"}, + {file = "pyupgrade-3.16.0.tar.gz", hash = "sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"}, ] [package.dependencies] @@ -2222,4 +2222,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a8e960d3cd0376da6d8d3ac80b2a27ee5361af1ba428fc702e2d68cf20397f12" +content-hash = "94334720e29f83b7a9530a5faa1d09bee51e91bf9a84a8e27a2082145e3d1371" diff --git a/pyproject.toml b/pyproject.toml index 0d90738..15591cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = "^7.4.4" pytest-asyncio = "^0.23.6" pytest-cov = "^4.1.0" yamllint = "^1.33.0" -pyupgrade = "^3.15.2" +pyupgrade = "^3.16.0" flake8-simplify = "^0.21.0" vulture = "^2.11" flake8-bandit = "^3.0.0"