diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee4568a5d..29d0d744c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: gitlint-ci - repo: https://github.com/gitleaks/gitleaks - rev: v8.25.0 + rev: v8.25.1 hooks: - id: gitleaks @@ -74,7 +74,7 @@ repos: stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.8 hooks: - id: ruff args: [--fix] @@ -82,7 +82,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.0 + rev: 0.7.2 hooks: - id: uv-lock always_run: true