diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f47dff..6cfd144 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell exclude: |- @@ -35,7 +35,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-actions - id: check-github-workflows @@ -49,7 +49,7 @@ repos: - github-workflows-require-timeout - id: check-renovate additional_dependencies: - - pyjson5==2.0.0 # pypi + - pyjson5==2.0.1 # pypi - repo: https://github.com/sirwart/ripsecrets rev: v0.1.11 hooks: diff --git a/ci/requirements.txt b/ci/requirements.txt index 7f5291a..1a4dacc 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ c2cciutils[publish]==1.7.5 poetry-dynamic-versioning[plugin]==1.10.0 -pre-commit==4.6.0 +pre-commit==4.6.1 pytest==9.0.3 poetry-plugin-tweak-dependencies-version==1.5.6 poetry-dynamic-versioning==1.10.0