From d14792ef19ae0449e466f94d0cfe6a8982bcd28b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 11:10:35 +0000 Subject: [PATCH] chore(deps): update dependency myst-parser to v5 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e5ae71..015a164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ docs = [ "sphinx<8,>=6", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<3,>=2", + "myst-parser<6,>=5", "sphinx-copybutton" ] @@ -118,7 +118,7 @@ all = [ "sphinx<8,>=6", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<3,>=2", + "myst-parser<6,>=5", "sphinx-copybutton", "build==1.3.0", "twine==4.2.0"