From 63f08fb8d834f3b482cc68d0fe96d0d85463abe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:49:02 +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...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser[linkify] 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..4a88055 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,<5.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",