diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba926fa..5fc3543 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,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-workflows - id: check-renovate @@ -102,6 +102,6 @@ repos: ci/config\.yaml )$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.106.1 + rev: 38.106.2 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index 6c0a9a9..7a096c3 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,3 +1,3 @@ -# 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 {} diff --git a/ci/requirements.txt b/ci/requirements.txt index fbc9c8a..c812eb4 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,7 +1,7 @@ -c2cciutils[checks,publish]==1.6.22 +c2cciutils[checks,publish]==1.6.23 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.0 +poetry-dynamic-versioning==1.4.1 pre-commit==3.8.0 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0