Skip to content

Commit eea4cad

Browse files
Update myst-parser requirement from <0.18,>=0.14 to >=0.14,<0.19
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@v0.14.0...v0.18.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ddfd15 commit eea4cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sphinx>=4.2.0, <6.0.0 # Enforce 4.x sphinx version so that mathjax works correctly
44
sphinx-autodoc-typehints>=1.12.0, <=2.0.0
55
sphinx-rtd-theme>=1.0.0, <2.0.0
6-
myst-parser>=0.14, <0.18
6+
myst-parser>=0.14, <0.19
77
sphinxcontrib-apidoc>=0.3.0, <0.4.0
88
nbsphinx>=0.8.5, <0.9.0
99
sphinx_design==0.1.0 # Pinning for now as sphinx_design is v.new and still in flux.

0 commit comments

Comments
 (0)