From e3424c3de9ff712d6633380e6759254eeae3dc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:10:24 +0000 Subject: [PATCH] build(deps): bump myst-parser in /Documentation/requirements-min Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.18.0 to 1.0.0. - [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.0...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Documentation/requirements-min/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/requirements-min/requirements.txt b/Documentation/requirements-min/requirements.txt index adac672845ffd..aff3a0de0be28 100644 --- a/Documentation/requirements-min/requirements.txt +++ b/Documentation/requirements-min/requirements.txt @@ -8,7 +8,7 @@ git+https://github.com/cilium/sphinx_rtd_theme.git@v1.0#egg=sphinx-rtd-theme-cil semver==2.13.0 # Sphinx extensions -myst-parser==0.18.0 +myst-parser==1.0.0 sphinx-tabs==3.4.0 sphinx-version-warning==1.1.2 sphinxcontrib-openapi==0.8.0