Skip to content

Commit 1aefc6d

Browse files
Update pre-commit requirement from <4,>3 to >3,<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.0.1...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a79c41 commit 1aefc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ doc = [
4646
dev = [
4747
"black",
4848
"isort >= 5.12.0",
49-
"pre-commit >3,<4",
49+
"pre-commit >3,<5",
5050
"ruff >= 0.0.281"
5151
]
5252

0 commit comments

Comments
 (0)