Skip to content

Commit 63f08fb

Browse files
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](executablebooks/MyST-Parser@v2.0.0...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser[linkify] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f5cabe commit 63f08fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"Sphinx<8.0.0,>=7.2.6",
1010
"ablog<1.0.0,>=0.11.6",
1111
"pydata-sphinx-theme<1.0.0,>=0.15.2",
12-
"myst-parser[linkify]<3.0.0,>=2.0.0",
12+
"myst-parser[linkify]>=2.0.0,<5.0.0",
1313
"sphinxcontrib-youtube<2.0.0,>=1.4.1",
1414
"sphinx-sitemap<3.0.0,>=2.5.1",
1515
"sphinxext-opengraph<1.0.0,>=0.9.1",

0 commit comments

Comments
 (0)