From d5ddb568d9d0775f1746ab230a71d4efb2b64d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:10:56 +0000 Subject: [PATCH] Update pre-commit requirement from <4.3,>=2.9 to >=2.9,<4.4 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/v2.9.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b12d6bb7..8c57fa756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ "sphinx-click", ] qa = [ # in local development these are provided globally, here for GHA - "pre-commit>=2.9,<4.3", # Allow us to run pre-commit hooks in testing + "pre-commit>=2.9,<4.4", # Allow us to run pre-commit hooks in testing "pre-commit-uv>=4.1,<4.2", "ruff>0.0.215,<0.12.8", ]