From 5bec9ddd7cbabbf795ceefa8e7a5e89f87e42c2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:36:49 +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 d4816e24..67887013 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.1,<6", "pre-commit>=4.0.1,<5", "pylint~=4.0", "pytest>=9.0.2,<10",