From 3f6c986d5970f8ddc5ba3aa62a80d6a3e85b11b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:28:23 +0000 Subject: [PATCH] fix(deps-dev): 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 7dd8de9..c56bf81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "band-testing-python[full]", "ruff>=0.1.0", "pyrefly>=0.1.0", - "pre-commit>=3.0.0", + "pre-commit>=4.6.0", ] [project.entry-points.pytest11]