diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a7d8a09e..12a4e785b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/integrity-updater - rev: 0.1.0 + rev: 0.2.0 hooks: - id: integrity-updater - repo: https://github.com/mheap/json-schema-spell-checker @@ -97,7 +97,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: @@ -133,6 +133,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.111.0 + rev: 38.142.1 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index 8301b1bc8..afe456e80 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.23/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json publish: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index 5e4da4812..328b737e9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.23 +c2cciutils[checks,publish]==1.7.0 poetry-dynamic-versioning==1.4.1 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2