From a2af9ac15425926a62d9c6b464832ad7bf8940a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:10:54 +0000 Subject: [PATCH] Update dependency markupsafe to v3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6ceeff..d28d59c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0" jsmin==3.0.1 ; python_version >= "3.12" and python_version < "4.0" lesscpy==0.15.1 ; python_version >= "3.12" and python_version < "4.0" -markupsafe==3.0.2 ; python_version >= "3.12" and python_version < "4.0" +markupsafe==3.0.3 ; python_version >= "3.12" and python_version < "4.0" mccabe==0.7.0 ; python_version >= "3.12" and python_version < "4.0" mypy-extensions==1.1.0 ; python_version >= "3.12" and python_version < "4.0" mypy==1.17.1 ; python_version >= "3.12" and python_version < "4.0"