From eea4cad28b4c7c7e99480aab43725fa9ac0b78cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 00:00:55 +0000 Subject: [PATCH] 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](https://github.com/executablebooks/MyST-Parser/compare/v0.14.0...v0.18.0) --- updated-dependencies: - dependency-name: myst-parser 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 9a2c710fb..5f465abe9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -3,7 +3,7 @@ sphinx>=4.2.0, <6.0.0 # Enforce 4.x sphinx version so that mathjax works correctly sphinx-autodoc-typehints>=1.12.0, <=2.0.0 sphinx-rtd-theme>=1.0.0, <2.0.0 -myst-parser>=0.14, <0.18 +myst-parser>=0.14, <0.19 sphinxcontrib-apidoc>=0.3.0, <0.4.0 nbsphinx>=0.8.5, <0.9.0 sphinx_design==0.1.0 # Pinning for now as sphinx_design is v.new and still in flux.