From ccca9bd99ebda10ed9302a52ab4072564a1b9d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:48:15 +0000 Subject: [PATCH] build(deps): update dependency myst-parser to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9b6fe56..ad43ae8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs = [ # https://warthogs.atlassian.net/browse/DOCPR-2387 docs-starter-pack = [ "canonical-sphinx>=0.5.1", - "myst-parser~=4.0", + "myst-parser~=5.0", "packaging>=25.0", "rst2html>=2020.7.4", "sphinx-autobuild>=2025.8.25",