From f0c81c26c0bf096c0ef7cd66841db8784d98a47d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:11:32 +0000 Subject: [PATCH] Update CI dependencies (#1234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d866040d..cfde388f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -65,7 +65,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.7 hooks: - id: ruff-format args: @@ -82,7 +82,7 @@ repos: additional_dependencies: - prospector-profile-duplicated==1.10.4 # pypi - prospector-profile-utils==1.15.1 # pypi - - ruff==0.9.3 # pypi + - ruff==0.9.7 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 1.0.0 hooks: