From bb5072127d36c70053e17bcbd3f052d02b8a6d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 01:57:29 +0000 Subject: [PATCH] build(deps): update myst-parser requirement in /requirements Updates the requirements on [myst-parser](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/v0.18.1...v3.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 85141a80dcc7d..07fec592921f4 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ sphinx >5.0, <6.0 -myst-parser >=0.18.1, <3.0.0 +myst-parser >=0.18.1, <4.0.0 nbsphinx >=0.8.5, <=0.9.7 nbconvert <7.14 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092 pandoc >=1.0, <=2.3