From 31f79ad07171e2f0f3abcdd9e46e0077aa82b370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:34:14 +0000 Subject: [PATCH] Update dependency markupsafe to <2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e91e07..cb336f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ docs = [ "sphinxcontrib-details-directive", "sphinx_copybutton", "furo", - "markupsafe<2.1" + "markupsafe<2.2" ] [tool.pylint.messages_control]