From 65827d0d8f71e7cb5431f03b1e78ae548ef42b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:31:18 +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 ed9f0bf..562d9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "sphinxcontrib-details-directive", "sphinx_copybutton", "furo", - "markupsafe<2.1" + "markupsafe<2.2" ] [project.scripts]