From 1fbf086de1e4f3b00d9dd022011c1d2b7566b7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:15:51 +0000 Subject: [PATCH] Update pre-commit requirement from >=3.0.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.0.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de2bbf5..bb1ad03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "pip-audit>=2.10.0", "cyclonedx-bom>=4.0.0", "build>=1.5.0", - "pre-commit>=3.0.0", + "pre-commit>=4.6.0", ] # Local LLM via Ollama (no API key required) local = [