diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3479f8ab3..7f9ab6920 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,7 +88,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions - id: check-github-workflows @@ -108,7 +108,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: diff --git a/ci/requirements.txt b/ci/requirements.txt index 3d5fbca81..6c67c0b2c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -2,6 +2,6 @@ c2cciutils[checks,publish]==1.6.21 poetry-dynamic-versioning==1.4.0 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -pre-commit==3.7.1 +pre-commit==3.8.0 poetry-plugin-drop-python-upper-constraint==0.1.0 importlib-metadata<8.0.0