Skip to content

Commit 22f2bee

Browse files
Update pre-commit requirement from ~=3.0 to >=3,<5 (#128)
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.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit 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 f3a737b commit 22f2bee

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
@@ -34,7 +34,7 @@ classifiers = [
3434

3535
[project.optional-dependencies]
3636
dev = [
37-
"pre-commit~=3.0",
37+
"pre-commit>=3,<5",
3838
"pytest~=8.0",
3939
"pydantic~=2.9"
4040
]

0 commit comments

Comments
 (0)