From ee7a3f6253ca9a251cf08fc98c7b1daefa763e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:38:15 +0000 Subject: [PATCH] Update CI dependencies to v1.4.21 --- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/config.yaml b/ci/config.yaml index 1247baf178..c81a05ca85 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.4.20/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.4.21/c2cciutils/schema.json checks: codespell: false diff --git a/ci/requirements.txt b/ci/requirements.txt index 9b34192ce0..f873e9fea9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.4.20 +c2cciutils[checks,publish]==1.4.21 attrs>=22.2.0 # because c2cciutils 1.4.12 does not work with 19.3 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability