diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 639f6ead..8fc721da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: additional_dependencies: - prettier@2.8.4 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: detect-private-key - id: check-merge-conflict diff --git a/ci/requirements.txt b/ci/requirements.txt index 353d4e36..264a6c4c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ c2cciutils[checks,publish]==1.7.0 -pre-commit==3.8.0 +pre-commit==4.0.1 poetry-dynamic-versioning==1.4.1 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2