From d93e799b34573c935ee2fe5f4142e56377f0eee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:11:39 +0000 Subject: [PATCH] Update CI dependencies (#2545) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 262c348f3..08a7d14a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - id: black exclude: .*\.html - repo: https://github.com/PyCQA/prospector - rev: v1.13.0 + rev: v1.13.3 hooks: - id: prospector args: @@ -100,6 +100,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.142.1 + rev: 38.142.7 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index 38df251da..9c84e0b87 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.1/c2cciutils/schema.json version: branch_to_version_re: diff --git a/ci/requirements.txt b/ci/requirements.txt index 7521de7ee..d7c81ed4e 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,8 +1,8 @@ -c2cciutils[checks,publish]==1.7.0 +c2cciutils[checks,publish]==1.7.1 poetry-dynamic-versioning[plugin]==1.4.1 poetry-plugin-export==1.8.0 pre-commit==4.0.1 -pytest==8.3.3 +pytest==8.3.4 scikit-image==0.24.0 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.4.1