diff --git a/poetry.lock b/poetry.lock index 24ffd13..6e390d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,7 +714,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.29.1" +version = "2.30.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -931,7 +931,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d9dc394c3bd58d56d12b6b68370fd83bae68d1e011a2ba29fd1ec06aed00fab4" +content-hash = "b625c615100266a49be28bdf08f6a0bcfc9478c4f21fe441899b7e04ecb7cd99" [metadata.files] aiohttp = [ @@ -1456,8 +1456,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.29.1-py2.py3-none-any.whl", hash = "sha256:1d3f03d14652caacd6f3d464696e103ef33578531a5c1b995be3821b14b811b7"}, - {file = "pyupgrade-2.29.1.tar.gz", hash = "sha256:737e02bed0de70247df5d2a0c3edba6b4529adf44f5ef588ecda4a69f14bf694"}, + {file = "pyupgrade-2.30.0-py2.py3-none-any.whl", hash = "sha256:93dfabfb86ebbc511e7aab0775c6330897af85eab0048ab12cd2ae4e14d959ff"}, + {file = "pyupgrade-2.30.0.tar.gz", hash = "sha256:95c9986bff7f525b20986d6bd161bb14c223633a2035a292a8fa8f1936f3a7a4"}, ] 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 6a77b4f..0ec905c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^6.2.4" pytest-asyncio = "^0.16.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.29.1" +pyupgrade = "^2.30.0" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2"