From ace2f18697b7254f81dfcc1891989a367e1ba756 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 May 2022 13:58:54 +0200 Subject: [PATCH] Update pyupgrade to v2.32.1 (#71939) --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a012441a6b..539308c08f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index bed60c11c53..047dcbf90ad 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -12,5 +12,5 @@ mccabe==0.6.1 pycodestyle==2.8.0 pydocstyle==6.1.1 pyflakes==2.4.0 -pyupgrade==2.32.0 +pyupgrade==2.32.1 yamllint==1.26.3