From 8f879bc68cc745ff229e2ba639cad938898e1234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:31:39 +0000 Subject: [PATCH] Update CI dependencies to v1.1.41 --- 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 65aabb28a5..0fd267a2da 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.39/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.41/c2cciutils/schema.json checks: versions: false diff --git a/ci/requirements.txt b/ci/requirements.txt index 609894a4c2..b7ed94f8b9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils==1.1.39 +c2cciutils==1.1.41 setuptools>=65.5.1