Skip to content

Commit 8b2dcbb

Browse files
Update myst-parser requirement from <2.0,>=1.0 to >=1.0,<3.0 (#815)
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](executablebooks/MyST-Parser@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3771c3 commit 8b2dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox
55
sphinx-rtd-theme>=1.0.0, <2.0.0
66
sphinxcontrib-apidoc>=0.3.0, <0.4.0
77
sphinxcontrib-bibtex>=2.1.0, <3.0.0
8-
myst-parser>=1.0, <2.0
8+
myst-parser>=1.0, <3.0
99
nbsphinx>=0.8.5, <0.10.0
1010
sphinx_design==0.4.1 # Pinning for now as sphinx_design is v.new and still in flux.
1111
ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx

0 commit comments

Comments
 (0)