From 749f2ca5ef11f63c7f2d95cd67c9380c01deb45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:31:57 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 8 ++++---- ci/config.yaml | 2 +- ci/requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eecfa3..01e53d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -44,11 +44,11 @@ repos: - id: prettier additional_dependencies: - prettier@3.2.5 # npm - - prettier-plugin-sh@0.12.8 # npm + - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.5 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -56,7 +56,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.28.2 hooks: - id: check-github-workflows - id: check-jsonschema diff --git a/ci/config.yaml b/ci/config.yaml index 9dc77ab..c5d5629 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.3.12/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.18/c2cciutils/schema.json checks: required_workflows: diff --git a/ci/requirements.txt b/ci/requirements.txt index 5dba99d..ca8c5eb 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.3.12 -pre-commit==3.3.3 +c2cciutils[checks,publish]==1.6.18 +pre-commit==3.7.0