From 5ff96cfa5e7aef3e4cd2ec1fd355301d7b353b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 11:09:28 +0100 Subject: [PATCH] Bump pyupgrade from 2.29.1 to 2.30.0 (#3381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump pyupgrade from 2.29.1 to 2.30.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.29.1 to 2.30.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.30.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joakim Sørensen --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 179ceb9ac..33ec2ebf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v2.30.0 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index dc924fa85..7160911a9 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -11,4 +11,4 @@ pytest-asyncio==0.12.0 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https: pytest-cov==3.0.0 pytest-timeout==2.0.2 pytest==6.2.5 -pyupgrade==2.29.1 +pyupgrade==2.30.0