From 5e626f7be7a42f1ea471abbc1774340749b317d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:45:08 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 4 ++-- ci/config.yaml | 2 +- ci/requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e86651a29a..0f581e36d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,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-jsonschema @@ -198,6 +198,6 @@ repos: - --ignore-acronyms - --en-us - 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 00695c2792..a7d17fd2e9 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: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index c954c58c0d..80fad3bb69 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,11 +1,11 @@ -c2cciutils[checks,publish]==1.6.22 +c2cciutils[checks,publish]==1.6.23 importlib-metadata<8.4.1 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 poetry==1.8.3 pre-commit==3.8.0 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.0 +poetry-dynamic-versioning==1.4.1 certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability