diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c21ef2b5..471e27953 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,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 @@ -99,6 +99,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.428.1 + rev: 37.428.3 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index d111eb4fc..c90eb9bca 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 version: branch_to_version_re: diff --git a/ci/requirements.txt b/ci/requirements.txt index 73bf73dd8..4739de331 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,10 +1,10 @@ -c2cciutils[checks,publish]==1.6.22 -poetry-dynamic-versioning[plugin]==1.4.0 +c2cciutils[checks,publish]==1.6.23 +poetry-dynamic-versioning[plugin]==1.4.1 poetry-plugin-export==1.8.0 pre-commit==3.8.0 -pytest==8.3.2 +pytest==8.3.3 scikit-image==0.24.0 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.0 +poetry-dynamic-versioning==1.4.1 poetry-plugin-drop-python-upper-constraint==0.1.0 importlib-metadata<8.4.1