diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3c3ee1..8b415c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/ci/config.yaml b/ci/config.yaml index 5a59345..a411056 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.22/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.23/c2cciutils/schema.json publish: pypi: diff --git a/ci/requirements.txt b/ci/requirements.txt index c943f5a..4bdf52b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.22 +c2cciutils[checks,publish]==1.6.23 pre-commit==3.8.0