From 67424f4faecd8233361748fec40f6ea5d2e5de8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:36:48 +0000 Subject: [PATCH] chore(deps): update dependency markupsafe to v3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d58c78..780cef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' idna==3.10; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7' -markupsafe==2.1.5; python_version >= '3.7' +markupsafe==3.0.0; python_version >= '3.7' redis==5.1.1; python_version >= '3.7' requests==2.32.3; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'