diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee5a02af..aa491ee4 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 @@ -91,6 +91,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.428.1 + rev: 38.142.2 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index 4bdf52bc..5e83d87c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ c2cciutils[checks,publish]==1.6.23 -pre-commit==3.8.0 +pre-commit==4.0.1