From 130160a79842543f510366d764df8bfc6398bad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:13:45 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit-hooks group across 1 directory with 2 updates Bumps the pre-commit-hooks group with 2 updates in the / directory: [https://github.com/betterleaks/betterleaks](https://github.com/betterleaks/betterleaks) and [https://github.com/pypa/pip-audit](https://github.com/pypa/pip-audit). Updates `https://github.com/betterleaks/betterleaks` from v1.3.1 to 1.4.1 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](https://github.com/betterleaks/betterleaks/compare/v1.3.1...v1.4.1) Updates `https://github.com/pypa/pip-audit` from v2.10.0 to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: https://github.com/betterleaks/betterleaks dependency-version: 1.4.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pypa/pip-audit dependency-version: 2.10.1 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3990a97..facc367c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: ruff-format - repo: https://github.com/betterleaks/betterleaks - rev: v1.3.1 + rev: v1.4.1 hooks: - id: betterleaks @@ -23,7 +23,7 @@ repos: "-j2" ] - repo: https://github.com/pypa/pip-audit - rev: v2.10.0 + rev: v2.10.1 hooks: - id: pip-audit args: ["."]