From 6cdd9495fd68e26481becb491592a639e025a0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:40:49 +0000 Subject: [PATCH] chore(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 d4816e24..a26505de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Documentation = "https://correlaid.github.io/pystatis/" dev = [ "bandit>=1.7.4,<2", "ruff>=0.11.0,<0.12", - "myst-parser>=4.0.0,<5", + "myst-parser>=5,<6", "pre-commit>=4.0.1,<5", "pylint~=4.0", "pytest>=9.0.2,<10",