From 841a5a70fce31251468f7b0bbc0f4b2005537a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:36:57 +0000 Subject: [PATCH] :arrow_up: Bump myst-parser from 1.0.0 to 2.0.0 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 1.0.0 to 2.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/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50e971e2..7641e6a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,7 @@ jupyter-core==5.7.1 # nbformat lxml==5.1.0 # via exhale -markdown-it-py==2.2.0 +markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser @@ -130,13 +130,13 @@ matplotlib-inline==0.1.6 # via # ipykernel # ipython -mdit-py-plugins==0.3.5 +mdit-py-plugins==0.4.0 # via myst-parser mdurl==0.1.2 # via markdown-it-py myst-nb==1.0.0 # via -r requirements.in -myst-parser==1.0.0 +myst-parser==2.0.0 # via # -r requirements.in # myst-nb