diff --git a/pyproject.toml b/pyproject.toml index 9487e6cd..e72f84a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Homepage = "https://github.com/executablebooks/MyST-Parser" Documentation = "https://myst-parser.readthedocs.io" [project.optional-dependencies] -code_style = ["pre-commit~=3.0"] +code_style = ["pre-commit~=4.0"] # for use with "linkify" extension linkify = ["linkify-it-py~=2.0"] # Note: This is only required for internal use