From 6871bf6161b09ee1dcf24b183392074a866442a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:23:03 +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 cb86981..0643b09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.4 hooks: - id: check-github-workflows - id: check-jsonschema @@ -79,7 +79,7 @@ repos: - --builtin-schema - github-workflows-require-timeout - repo: https://github.com/sirwart/ripsecrets - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ripsecrets - repo: https://github.com/camptocamp/helm-common diff --git a/ci/config.yaml b/ci/config.yaml index f38930f..9999a43 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.18/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.19/c2cciutils/schema.json publish: helm: diff --git a/ci/requirements.txt b/ci/requirements.txt index ca8c5eb..11946df 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.18 -pre-commit==3.7.0 +c2cciutils[checks,publish]==1.6.19 +pre-commit==3.7.1