diff --git a/poetry.lock b/poetry.lock index 3d045d10..03169b3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -664,7 +664,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pyupgrade" -version = "2.10.1" +version = "2.11.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -869,7 +869,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a742dd83aa49c5b39cc293aa74551400c387621a92f9d7f6ebb2eb876657ec72" +content-hash = "4efd5b5b2efcdc2908d82d03626f243fde0c8f38e2f1cb417b6a1103246567bd" [metadata.files] aiohttp = [ @@ -1268,8 +1268,8 @@ pytest-cov = [ {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, ] pyupgrade = [ - {file = "pyupgrade-2.10.1-py2.py3-none-any.whl", hash = "sha256:3c9902865055af0211a312180fbbf7858bbd6cc51e414c0085b8b759b5bab0ed"}, - {file = "pyupgrade-2.10.1.tar.gz", hash = "sha256:6ecf88976084de9bac0041fb74b0319e1866b70fd110189937563e19186aa48c"}, + {file = "pyupgrade-2.11.0-py2.py3-none-any.whl", hash = "sha256:47cd92db1675a9043bebbe0b67a103b66527883b35e22634060a6bcb99138baa"}, + {file = "pyupgrade-2.11.0.tar.gz", hash = "sha256:5dcae14b1c9b7ecce5ec42210528eb30a1a2408613da744f2ba4a9b54b344cf6"}, ] 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 b557e773..d8145901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^6.2.2" pytest-asyncio = "^0.14.0" pytest-cov = "^2.11.1" yamllint = "^1.26.0" -pyupgrade = "^2.10.1" +pyupgrade = "^2.11.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"