From 953f2a372997abe7f02380c79b0ee2b27fbe69a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:59:40 +0000 Subject: [PATCH] :arrow_up: Update linkify-it-py requirement from ~=2.0 to ~=2.1 Updates the requirements on [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) to permit the latest version. - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/tsutsu3/linkify-it-py/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: linkify-it-py dependency-version: 2.1.0 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..df382a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Documentation = "https://myst-parser.readthedocs.io" [project.optional-dependencies] code_style = ["pre-commit~=4.0"] # for use with "linkify" extension -linkify = ["linkify-it-py~=2.0"] +linkify = ["linkify-it-py~=2.1"] # Note: This is only required for internal use rtd = [ "sphinx>=8",