Skip to content

Commit 1e17f04

Browse files
Update pre-commit requirement from <4.0,>=3.0.4 to >=3.0.4,<5.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](pre-commit/pre-commit@v3.0.4...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ffc73a commit 1e17f04

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
@@ -38,7 +38,7 @@ dependencies = [
3838
]
3939

4040
[project.optional-dependencies]
41-
dev = ["pre-commit>=3.0.4,<4.0"]
41+
dev = ["pre-commit>=3.0.4,<5.0"]
4242
fp8 = ["llmcompressor"]
4343
gptq = ["auto_gptq"]
4444
visualize = ["matplotlib", "graphviz", "pygraphviz"]

0 commit comments

Comments
 (0)