diff --git a/poetry.lock b/poetry.lock index 0da79649..bd4ec052 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,7 +735,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.1.0" +version = "3.2.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -979,7 +979,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3f706366797ec846ab0839bfc8b5f02402bcbb498b53b8ae450c629ac181f2c5" +content-hash = "d422a221f11f4957c8f39061392c470a6001589afbafc26365c576b7e94c7b78" [metadata.files] aiohttp = [ @@ -1567,8 +1567,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pyupgrade = [ - {file = "pyupgrade-3.1.0-py2.py3-none-any.whl", hash = "sha256:77c6101a710be3e24804891e43388cedbee617258e93b09c8c5e58de08617758"}, - {file = "pyupgrade-3.1.0.tar.gz", hash = "sha256:7a8d393d85e15e0e2753e90b7b2e173b9d29dfd71e61f93d93e985b242627ed3"}, + {file = "pyupgrade-3.2.0-py2.py3-none-any.whl", hash = "sha256:2aa6c40e49ea5a350e6e45b8c7847b1741aef274a35d4f0b2bf91731ec8ab796"}, + {file = "pyupgrade-3.2.0.tar.gz", hash = "sha256:70e1ac1e6b34a90fb21f5cada1907ef035b12dfc1d9f13cefd367acf3b530310"}, ] 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 01350ef8..5f3e105f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^7.2.0" pytest-asyncio = "^0.20.1" pytest-cov = "^4.0.0" yamllint = "^1.28.0" -pyupgrade = "^3.1.0" +pyupgrade = "^3.2.0" flake8-simplify = "^0.19.3" vulture = "^2.6" flake8-bandit = "^3.0.0"