diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a139e959a8..32b29ce54db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.3.0 + rev: v2.7.2 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 2574cb895e9..91cf10b4b2b 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -7,5 +7,5 @@ flake8-docstrings==1.5.0 flake8==3.8.3 isort==4.3.21 pydocstyle==5.0.2 -pyupgrade==2.3.0 +pyupgrade==2.7.2 yamllint==1.23.0