From ae00ea178d768888248b5d0d7648ddfacd7ffbb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 09:53:35 +0200 Subject: [PATCH] Bump pyupgrade from 2.32.0 to 2.32.1 (#3621) * Bump pyupgrade from 2.32.0 to 2.32.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.32.0 to 2.32.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-patch ... 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: Pascal Vizeli --- .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 7c08e4314..c0cb10ece 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.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index 2aa3b58be..187e37d9d 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.1.0 pytest==7.1.2 -pyupgrade==2.32.0 +pyupgrade==2.32.1