From 33c33d844eefc89adfcf96a3c46834b7b2f9012b Mon Sep 17 00:00:00 2001 From: Matthew LeMay Date: Mon, 9 Aug 2021 18:16:33 -0400 Subject: [PATCH] Update pyupgrade to 2.23.3 (#54179) --- .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 1e36ae652d6..b31a9cef116 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.23.0 + rev: v2.23.3 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 795a4c3bcd6..19d55b1255c 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -12,5 +12,5 @@ mccabe==0.6.1 pycodestyle==2.7.0 pydocstyle==6.0.0 pyflakes==2.3.1 -pyupgrade==2.23.0 +pyupgrade==2.23.3 yamllint==1.26.1