From 7293a6e16ce8a219c5abf66123be673d8ef1fbbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:13:55 +0000 Subject: [PATCH] Update dependency markupsafe to v2.1.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..c415920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0" jsmin==3.0.1 ; python_version >= "3.10" and python_version < "4.0" lesscpy==0.15.1 ; python_version >= "3.10" and python_version < "4.0" -markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0" +markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0" mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" mypy==1.8.0 ; python_version >= "3.10" and python_version < "4.0"