From 055b4cff00f6f5862dd528a5d1763548fdadb0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:22:12 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 8 ++++---- ci/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5606d4..8681008 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/sbrunner/jsonschema2md - rev: 1.2.0 + rev: 1.3.0 hooks: - id: jsonschema2md files: values.schema.json @@ -58,7 +58,7 @@ repos: - . - tests/expected.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-prettier @@ -66,7 +66,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.2.5 # npm + - prettier@3.3.3 # npm - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm @@ -79,7 +79,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/ci/requirements.txt b/ci/requirements.txt index 2600e99..bc2ae2f 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ c2cciutils[checks,publish]==1.6.21 -pre-commit==3.7.1 +pre-commit==3.8.0