From cec7a41e8b5d78f53c7b14f5778cb63d021784bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:06:08 +0000 Subject: [PATCH] Update pre-commit requirement from <4.0.0,>=3.8.0 to >=3.8.0,<5.0.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.8.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 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 f35dd8c..4905ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ dev = [ "opencv-python>=4.12.0.0,<5.0.0", "optax>=0.2.4,<0.3.0", "plumkdocs>=1.0.0,<2.0.0", - "pre-commit>=3.8.0,<4.0.0", + "pre-commit>=3.8.0,<5.0.0", "pycln>=2.6.0,<3.0.0", "pytest>9.0.0,<10.0.0", "python-kacl>0.6.0,<0.7.0",