From 5c97db84e8a051ca4be5b91f872f4fc9f56c502e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:08:13 +0000 Subject: [PATCH] chore(deps): update pre-commit requirement 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.1...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfd1761..ce5ca83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "ruff~=0.12.2", "sphinx~=7.3.7", "scikit-learn~=1.5.0", - "pre-commit~=4.0.1" + "pre-commit>=4.0.1,<4.3.0" ] [tool.setuptools.packages.find] @@ -47,5 +47,5 @@ dev-dependencies = [ "ruff~=0.12.2", "sphinx~=7.3.7", "scikit-learn~=1.5.0", - "pre-commit~=4.0.1" + "pre-commit>=4.0.1,<4.3.0" ]