diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ec11b93926..484dc51917e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index da49f1e7bc4..84df34c1e11 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -13,5 +13,5 @@ mccabe==0.7.0 pycodestyle==2.10.0 pydocstyle==6.1.1 pyflakes==3.0.1 -pyupgrade==3.2.2 +pyupgrade==3.3.1 yamllint==1.28.0