From 49f4fb30c22785a079b63c79213d7bf121ecf332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:18:30 +0000 Subject: [PATCH] Update dependency jinja2 to v3.1.4 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a8ded8..da3123d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ gunicorn==21.2.0 ; python_version>= "3.10" and python_version < "4.0" iniconfig==2.0.0 ; python_version>= "3.10" and python_version < "4.0" isort==5.13.2 ; python_version>= "3.10" and python_version < "4.0" itsdangerous==2.1.2 ; python_version>= "3.10" and python_version < "4.0" -jinja2==3.1.3 ; python_version>= "3.10" and python_version < "4.0" +jinja2==3.1.4 ; python_version>= "3.10" and python_version < "4.0" markupsafe==2.1.5 ; 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.9.0 ; python_version>= "3.10" and python_version < "4.0"