From 05ab38e80168db10dc52bcf745967230a89bc70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:41:01 +0000 Subject: [PATCH] Update pre-commit requirement from <5,>=4 to >=4.6.0,<5 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/v4.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 8b63677..f1057d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [] dev = [ "check-jsonschema>=0.37,<1", "mypy>=1.16,<2", - "pre-commit>=4,<5", + "pre-commit>=4.6.0,<5", "pytest-cov>=5,<7", "pytest-xdist>=3.8,<4", "ruff>=0.12,<1",