diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f5175e..7df20c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -44,11 +44,11 @@ repos: - id: prettier additional_dependencies: - prettier@3.2.5 # npm - - prettier-plugin-sh@0.12.8 # npm + - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -56,7 +56,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.28.3 hooks: - id: check-github-workflows - id: check-jsonschema diff --git a/ci/config.yaml b/ci/config.yaml index 1a478ad..c5d5629 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.3.22/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.18/c2cciutils/schema.json checks: required_workflows: diff --git a/ci/requirements.txt b/ci/requirements.txt index 378f506..f3f5874 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.3.22 -pre-commit==3.3.3 +c2cciutils[checks,publish]==1.6.18 +pre-commit==3.7.1