From a9e6eeca2f3ac980f16a971489c4f99757b87a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 07:01:38 +0000 Subject: [PATCH] Update myst-parser requirement from <3.0,>=1.0 to >=1.0,<4.0 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/v1.0.0...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 84c91c874..e4a67b958 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -5,7 +5,7 @@ sphinx-autodoc-typehints>=1.12.0, <2.6.0 sphinx-rtd-theme>=1.0.0, <3.1.0 sphinxcontrib-apidoc>=0.3.0, <0.6.0 sphinxcontrib-bibtex>=2.1.0, <3.0.0 -myst-parser>=1.0, <3.0 +myst-parser>=1.0, <4.0 nbsphinx>=0.8.5, <0.10.0 sphinx_design==0.6.1 # Pinning for now as sphinx_design is v.new and still in flux. ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx