From 45a7cafc7885797243d6359b848434908cbddd1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:22:26 +0000 Subject: [PATCH] Update CI dependencies --- .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 2e5115b..e04a103 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: copyright - id: canonicalize - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: @@ -60,11 +60,11 @@ repos: - id: jsonschema-validator files: ^\.github/publish\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.46.5 + rev: 43.89.4 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.7 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook