From 5faa673d3e216ca1c2027fcf3cdccc9931f7fea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 04:25:24 +0000 Subject: [PATCH] Bump pyupgrade from 2.30.1 to 2.31.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.30.1 to 2.31.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.30.1...v2.31.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2efb6de..68a27cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -710,7 +710,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.30.1" +version = "2.31.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -927,7 +927,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d673cd5e60b5b546df9d6fbe234d7f9d62cc656eda53983353766a3bb240c398" +content-hash = "21bf8fb025ce14fc2c8b3c0a071af54559d9eb8a5c4e6f4074bfcba053d1d53a" [metadata.files] aiohttp = [ @@ -1417,8 +1417,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.30.1-py2.py3-none-any.whl", hash = "sha256:803c4e7631f0596e5d991b671014ce8f4f1e76b52b27dca11ea8bf0110808dfa"}, - {file = "pyupgrade-2.30.1.tar.gz", hash = "sha256:dc38f1613c50fd7baae3475f2afa5b8c933709df619494dd98773e91a5a2755e"}, + {file = "pyupgrade-2.31.0-py2.py3-none-any.whl", hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc"}, + {file = "pyupgrade-2.31.0.tar.gz", hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c"}, ] 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 694859b..11595a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^6.2.4" pytest-asyncio = "^0.16.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.30.1" +pyupgrade = "^2.31.0" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2"