From 3e0e9770a76ddbed8e5cc7a286ea59de292c3e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:59:45 +0000 Subject: [PATCH] :arrow_up: 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](https://github.com/pre-commit/pre-commit/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f9440f9..0bde7263 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~=4.0"] +code_style = ["pre-commit~=4.5"] # for use with "linkify" extension linkify = ["linkify-it-py~=2.0"] # Note: This is only required for internal use