From 1edb1cabf38e4e48ed81e5482be93b632b9a31f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:08:24 +0000 Subject: [PATCH] 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 9aaf799..3801e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ docs = [ "mdformat-gfm >= 0.3", "mdformat-frontmatter >= 2.0", "mdformat-tables >= 1.0", - "myst-parser >= 2.0, < 4.0; python_version < '3.10'", + "myst-parser >=5.1, <5.2; python_version < '3.10'", "myst-parser >= 4.0; python_version >= '3.10'", "sphinx >= 7.1.2", "sphinx-rtd-theme >= 3.0.1",