From 5fc1e5bc001112f46d66335f2554a960417a399f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:23:26 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c48e185..dad5b6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 1.1.0 + rev: 1.1.2 hooks: - id: copyright - id: workflows-require-timeout @@ -70,7 +70,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-github-actions - id: check-github-workflows @@ -84,13 +84,13 @@ repos: - github-workflows-require-timeout - id: check-renovate additional_dependencies: - - pyjson5==1.6.6 # pypi + - pyjson5==1.6.7 # pypi - repo: https://github.com/sirwart/ripsecrets rev: v0.1.8 hooks: - id: ripsecrets - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.23 + rev: v0.1.24 hooks: - id: helmlint - repo: https://github.com/sbrunner/jsonschema-validator