Skip to content

Commit b9e38e5

Browse files
chore(deps): update pre-commit requirement (#60)
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](pre-commit/pre-commit@v4.0.1...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1a5af9 commit b9e38e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"ruff~=0.12.2",
3131
"sphinx~=7.3.7",
3232
"scikit-learn~=1.5.0",
33-
"pre-commit~=4.0.1"
33+
"pre-commit>=4.0.1,<4.4.0"
3434
]
3535

3636
[tool.setuptools.packages.find]
@@ -47,5 +47,5 @@ dev-dependencies = [
4747
"ruff~=0.12.2",
4848
"sphinx~=7.3.7",
4949
"scikit-learn~=1.5.0",
50-
"pre-commit~=4.0.1"
50+
"pre-commit>=4.0.1,<4.4.0"
5151
]

0 commit comments

Comments
 (0)