From 89c2f2b9ff780f73ec98170172255f4a2a770bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:32:16 +0000 Subject: [PATCH] Bump pyupgrade from 2.31.0 to 2.31.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.31.0 to 2.31.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 327dfc5..772509c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -747,11 +747,11 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.31.0" +version = "2.31.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] tokenize-rt = ">=3.2.0" @@ -964,7 +964,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4469b3f64b24b540c70518f56e8307b43f571287f5958130efa0fbd6c5f6d6c3" +content-hash = "008d4ef0e7d836295fd86716a8c272933dc49bbdb559e03809acff7a9f6057c2" [metadata.files] aiohttp = [ @@ -1579,8 +1579,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.31.0-py2.py3-none-any.whl", hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc"}, - {file = "pyupgrade-2.31.0.tar.gz", hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c"}, + {file = "pyupgrade-2.31.1-py2.py3-none-any.whl", hash = "sha256:4060a7c20c79d373a3dcf34566b275c6de6cd2b034ad22465d3263fb0de82648"}, + {file = "pyupgrade-2.31.1.tar.gz", hash = "sha256:22e0ad6dd39c4381805cb059f1e691b6315c62c0ebcec98a5f29d22cd186a72a"}, ] 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 eec4c3e..f541013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest = "^7.0.1" pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.31.0" +pyupgrade = "^2.31.1" flake8-simplify = "^0.18.1" vulture = "^2.3" flake8-bandit = "^3.0.0"