From 8c0f410ee25240da653219e681b4dc8ef5f772e3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Mar 2022 14:18:39 +0000 Subject: [PATCH] Update dependency jinja2 to v3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90a913c..855cae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask-wtf==0.15.1 flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") idna==3.1; python_version >= "3.4" itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" -jinja2==2.11.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" +jinja2==3.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" markupsafe==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" python-dotenv==0.17.1 uwsgi==2.0.20