Skip to content

Commit 9e3f210

Browse files
⬆️ Update pre-commit requirement from ~=3.0 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.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c10312e commit 9e3f210

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
@@ -35,7 +35,7 @@ Homepage = "https://github.com/executablebooks/markdown-it-py"
3535
Documentation = "https://markdown-it-py.readthedocs.io"
3636

3737
[project.optional-dependencies]
38-
code_style = ["pre-commit~=3.0"]
38+
code_style = ["pre-commit>=3,<5"]
3939
compare = [
4040
"commonmark~=0.9",
4141
"markdown~=3.4",

0 commit comments

Comments
 (0)