Skip to content

Commit 144f549

Browse files
chore(deps-dev): 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](pre-commit/pre-commit@v4.0.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b1e7f1 commit 144f549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"ruff>=0.12.2,<0.16.0",
3232
"sphinx>=7.3.7,<8.2.0",
3333
"scikit-learn>=1.5,<1.9",
34-
"pre-commit>=4.0.1,<4.6.0",
34+
"pre-commit>=4.0.1,<4.7.0",
3535
"pandas>=2.0",
3636
"polars>=1.0"
3737
]
@@ -51,7 +51,7 @@ dev-dependencies = [
5151
"ruff>=0.12.2,<0.16.0",
5252
"sphinx>=7.3.7,<8.2.0",
5353
"scikit-learn>=1.5,<1.9",
54-
"pre-commit>=4.0.1,<4.6.0",
54+
"pre-commit>=4.0.1,<4.7.0",
5555
"pandas>=2.0",
5656
"polars>=1.0"
5757
]

0 commit comments

Comments
 (0)