From 64f4e82f1a9e45f67778044397bd11c79f42c510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:31:36 +0200 Subject: [PATCH] :arrow_up: Update myst-parser requirement from ~=2.0.0 to ~=3.0.1 (#135) Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6681521..0a20ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ 'sphinx-design~=0.5.0', 'sphinxcontrib-details-directive~=0.1.0', 'sphinx-autoapi~=3.0', - 'myst_parser~=2.0.0', + 'myst_parser~=3.0.1', "furo", ]