From 641fa1f28d299fd03c5f1e4851f5750f106bb5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:26:03 +0000 Subject: [PATCH] chore(deps-dev): update myst-parser requirement from >=2.0.0 to >=3.0.1 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-version: 3.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..51893985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ docs = [ "sphinx>=7.2.0", "sphinx-rtd-theme>=1.3.0", "sphinx-autodoc-typehints>=1.25.0", - "myst-parser>=2.0.0", + "myst-parser>=3.0.1", ] gpu = [