From b4f67d4b0d4b6e58717c8a6f1365466ef823defd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:15:22 +0000 Subject: [PATCH] Update pre-commit-uv requirement from <4.3,>=4.1 to >=4.1,<4.4 Updates the requirements on [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) to permit the latest version. - [Release notes](https://github.com/tox-dev/pre-commit-uv/releases) - [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.0...4.3.0) --- updated-dependencies: - dependency-name: pre-commit-uv dependency-version: 4.3.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 3a63fe6b..a7b56d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ doc = [ ] qa = [ # in local development these are provided globally, here for GHA "pre-commit>=2.9,<4.7", # Allow us to run pre-commit hooks in testing - "pre-commit-uv>=4.1,<4.3", + "pre-commit-uv>=4.1,<4.4", "ruff>0.0.215,<0.12.11", ] tooling = [ # in local development these are provided globally