From 5ffe37bcb0f61f0b8abce8af139f4149a36e31f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:55:04 +0000 Subject: [PATCH] Update myst-parser requirement from <4,>=3.0.1 to >=3.0.1,<5 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/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df416b60..c284ee29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = ["nox==2024.4.15"] "dev.docs" = [ "sphinx>=7.4.7, <8", "furo==2024.8.6", - "myst-parser>=3.0.1, <4", + "myst-parser>=3.0.1, <5", "sphinx-copybutton>=0.5.2, <1", "sphinx-inline-tabs==2023.4.21", "sphinx_design>=0.6.0, <1",