From f83b16320d21dfb5be9c2c35d4abd89b29b1241b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:53:18 +1200 Subject: [PATCH] Bump pyupgrade from 2.34.0 to 2.37.3 (#3670) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c14d5b4a72..95365ff5bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - --branch=release - --branch=beta - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/requirements_test.txt b/requirements_test.txt index 37624fca66..5e46ab93b3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ pylint==2.14.4 flake8==4.0.1 black==22.6.0 # also change in .pre-commit-config.yaml when updating -pyupgrade==2.34.0 # also change in .pre-commit-config.yaml when updating +pyupgrade==2.37.3 # also change in .pre-commit-config.yaml when updating pre-commit # Unit tests