Skip to content

Commit 3e0e977

Browse files
⬆️ Update pre-commit requirement from ~=4.0 to ~=4.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@v4.0.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9364edb commit 3e0e977

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
@@ -47,7 +47,7 @@ Homepage = "https://github.com/executablebooks/MyST-Parser"
4747
Documentation = "https://myst-parser.readthedocs.io"
4848

4949
[project.optional-dependencies]
50-
code_style = ["pre-commit~=4.0"]
50+
code_style = ["pre-commit~=4.5"]
5151
# for use with "linkify" extension
5252
linkify = ["linkify-it-py~=2.0"]
5353
# Note: This is only required for internal use

0 commit comments

Comments
 (0)