From 7660268aa95579181912b17d1c97e3e7b8c0de7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:54:40 +0000 Subject: [PATCH] Update dependency markupsafe to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8f225b..fe3f273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ docs = [ "sphinxcontrib-details-directive", "sphinx_copybutton", "furo", - "markupsafe<2.2" + "markupsafe<3.1" ] [tool.pylint.messages_control]