From 5f91e5f85ee06d0c71fb78463a807be43e104b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:55:23 +0000 Subject: [PATCH] Bump myst-parser from 4.0.1 to 5.1.0 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 4.0.1 to 5.1.0. - [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/v4.0.1...v5.1.0) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9560b4d..4f749fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.4.7 sphinx-rtd-theme==3.0.2 -myst-parser==4.0.1 +myst-parser==5.1.0 sphinx-copybutton==0.5.2 sphinx-design==0.6.1 sphinxcontrib-mermaid==1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 035a080..aa66ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,7 +174,7 @@ dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=5.0", "httpx>=0.27", docs = [ "sphinx>=7.3,<9", "sphinx-rtd-theme>=2.0,<4", - "myst-parser>=3.0,<5", + "myst-parser>=3.0,<6", "sphinx-copybutton>=0.5.2", "sphinx-design>=0.6.0", "sphinxcontrib-mermaid>=0.9.2",