From c39b17bf3834e2ccdd3e01011a473641d0d9d535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:09:07 +0000 Subject: [PATCH] Update myst-parser requirement from ~=3.0.0 to ~=4.0.0 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.0...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 29096cb..e3f4f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ ] docs = [ "furo ~= 2024.8.6", - "myst-parser ~= 3.0.0", + "myst-parser ~= 4.0.0", "sphinx >= 7", "sphinx-autodoc-typehints >= 2", "sphinx-copybutton ~= 0.5.2",