From 87948348c08a254adee1ea53a01f293b77f2e8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:05:39 +0000 Subject: [PATCH] build(deps): update pre-commit requirement from >=3.7.0 to >=4.6.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b66bc81..4a26403 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ rich>=13.0.0 # Dev / testing pytest>=9.0.3 # GHSA-6w46-j5rx-g56g (CVE-2025-71176) fixed in 9.0.3 -pre-commit>=3.7.0 +pre-commit>=4.6.0 detect-secrets>=1.5.0