From 81556a9eb5933b14740321dea1a1e420c4ec48c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:56:39 +0000 Subject: [PATCH] chore(deps): bump myst-parser from 2.0.0 to 3.0.1 in /docs Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 2.0.0 to 3.0.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/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/requirements.txt b/docs/api/requirements.txt index 3f13ef32..0cd502a2 100644 --- a/docs/api/requirements.txt +++ b/docs/api/requirements.txt @@ -1,7 +1,7 @@ # pip install -r requirements.txt pydata-sphinx-theme==0.15.2 -myst-parser==2.0.0 +myst-parser==3.0.1 # Currently myst-parse is incompatible with sphinx v7 Sphinx==7.3.7 # urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled