diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e491637ea65..05e062e43b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.1.0 + rev: v2.2.1 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index a52927ed497..e64e499baf7 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -7,5 +7,5 @@ flake8-docstrings==1.5.0 flake8==3.7.9 isort==4.3.21 pydocstyle==5.0.2 -pyupgrade==2.1.0 +pyupgrade==2.2.1 yamllint==1.23.0