From 8f6a29c4bbc4671dc71ca854074ae984eb58a9dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:06:55 +0000 Subject: [PATCH] Update CI dependencies to v1.4.18 --- 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 e819b540e..f2e49e431 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.17/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.4.18/c2cciutils/schema.json version: branch_to_version_re: diff --git a/ci/requirements.txt b/ci/requirements.txt index 54d3cd842..72b30a0d3 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.4.17 +c2cciutils[checks,publish]==1.4.18 importlib-metadata<8.0.0 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 poetry-dynamic-versioning[plugin]==0.21.5 poetry-plugin-export==1.3.1