diff --git a/poetry.lock b/poetry.lock index b913e807..19320736 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,7 +711,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.29.0" +version = "2.29.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -936,7 +936,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "dab3ff073cb8c33ad993837042eb875ebeadec94a12fe0e47dafb2d2a788d040" +content-hash = "27d9f880a97cefa5ddcc3055c2d2a6d63761d037502bc1d9425cf30ed7f8ce4b" [metadata.files] aiohttp = [ @@ -1426,8 +1426,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.29.0-py2.py3-none-any.whl", hash = "sha256:04938c7e8e4e8b476ae2b727306ecfaea95a83b707acbe6929864100dd6d9701"}, - {file = "pyupgrade-2.29.0.tar.gz", hash = "sha256:27bfbc38854a40a70767ef6cbf3bf133c5472557905f0f9fe7ba5f58975701e4"}, + {file = "pyupgrade-2.29.1-py2.py3-none-any.whl", hash = "sha256:1d3f03d14652caacd6f3d464696e103ef33578531a5c1b995be3821b14b811b7"}, + {file = "pyupgrade-2.29.1.tar.gz", hash = "sha256:737e02bed0de70247df5d2a0c3edba6b4529adf44f5ef588ecda4a69f14bf694"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 77d51dac..250c087f 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.0" +pyupgrade = "^2.29.1" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2"