Skip to content

Commit 984a1ba

Browse files
Update pre-commit requirement from <4,>=3.5.0 to >=3.5.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](pre-commit/pre-commit@v3.5.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8cd7793 commit 984a1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dev = [
5959
"bitsandbytes[test]",
6060
"build>=1.0.0,<2",
6161
"ruff==0.6.9",
62-
"pre-commit>=3.5.0,<4",
62+
"pre-commit>=3.5.0,<5",
6363
"wheel>=0.42,<1"
6464
]
6565
test = [

0 commit comments

Comments
 (0)