From 9bc76bb02deea0ff20b2b77882879f95819a1e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:02:49 +0000 Subject: [PATCH] Update myst-parser[linkify] requirement Updates the requirements on [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v5.0.0) --- updated-dependencies: - dependency-name: myst-parser[linkify] dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 238905c..1da8932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "Sphinx<8.0.0,>=7.2.6", "ablog<1.0.0,>=0.11.6", "pydata-sphinx-theme<1.0.0,>=0.15.2", - "myst-parser[linkify]<3.0.0,>=2.0.0", + "myst-parser[linkify]>=2.0.0,<6.0.0", "sphinxcontrib-youtube<2.0.0,>=1.4.1", "sphinx-sitemap<3.0.0,>=2.5.1", "sphinxext-opengraph<1.0.0,>=0.9.1",