From 4ea5a414194d596c8f9bbc77a0e7460aa2148895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:16:26 +0000 Subject: [PATCH] chore(deps): bump myst-parser from 0.15.2 to 0.17.0 in /docs Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.15.2 to 0.17.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.15.2...v0.17.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e553192e0..143464922 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ git+https://github.com/jhermann/pygments-markdown-lexer.git@e651a9a3f664285b0145 pygments-apiblueprint==0.2.0 sphinx-tabs==3.2.0 sphinx-panels==0.6.0 -myst-parser==0.15.2 +myst-parser==0.17.0 # dev dependencies sphinx-autobuild==2021.3.14