From 1db3e6d0b54db0619c4615820efb84d08876f7e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 14:19:44 +0000 Subject: [PATCH] chore(deps): pin dependency markupsafe to ==3.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 019f425..cd055bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ docs = [ "sphinxcontrib-details-directive", "sphinx_copybutton", "furo", - "markupsafe<3.1" + "markupsafe==3.0.3" ] [project.scripts]