diff --git a/poetry.lock b/poetry.lock index e14fd9f2..70dbdbd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,7 +735,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.32.0" +version = "2.32.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "91b3eb3a28f47ed23f6391ee887987f71568db82af08519ab65180adbd72393e" +content-hash = "a6c4b6fc1b47ac9d710327ad9b20854295949fd27a9fb6aaa81f03b6605549c9" [metadata.files] aiohttp = [ @@ -1507,8 +1507,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.32.0-py2.py3-none-any.whl", hash = "sha256:f45d4afb6ccdf7b0cea757958d0a11306324052668d9ff99d2bcb06bda46c00d"}, - {file = "pyupgrade-2.32.0.tar.gz", hash = "sha256:6878116d364b72f0c0011dd62dfe96425041a5f753da298b6eacde0f9fd9c004"}, + {file = "pyupgrade-2.32.1-py2.py3-none-any.whl", hash = "sha256:d874f34870abadd7536c89678f9811076d5df93c13620f90a125355a2d31fa91"}, + {file = "pyupgrade-2.32.1.tar.gz", hash = "sha256:11e2c3e4e2e53a61b2d8852ed154ea5683887b6ac42561622ca8d89c94fd951a"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 1d292a14..e57eefd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.32.0" +pyupgrade = "^2.32.1" flake8-simplify = "^0.19.2" vulture = "^2.3" flake8-bandit = "^3.0.0"