diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdd3a3aee6..a29c32e339 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: language: script types: [file, python] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.5.0 hooks: - id: trailing-whitespace exclude: (^conf/|^st2common/st2common/openapi.yaml|^st2client/tests/fixtures|^st2tests/st2tests/fixtures) diff --git a/test-requirements.txt b/test-requirements.txt index 6ad6652c95..0586019c0e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ astroid==3.1.0 pylint==3.1.1 pylint-plugin-utils>=0.4 black==22.3.0 -pre-commit==2.1.0 +pre-commit==3.5.0 bandit==1.7.10 isort>=4.2.5 mock==5.1.0