From 904dec87921010085c124d8608aa09b5c93c1183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:01:08 +0000 Subject: [PATCH] chore(deps): bump myst-parser from 0.15.2 to 0.19.1 in /docs Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.15.2 to 0.19.1. - [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.19.1) --- 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..8a7fe9802 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.19.1 # dev dependencies sphinx-autobuild==2021.3.14