From 477fc20cd4883e767f1ffe10b35998b18d3fe02a Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 4 Jul 2021 12:52:18 +0200 Subject: [PATCH] Update Jinja dependency to >= 3.0 This is necessary since c62965d4bfffa ("fix basic deprecation warnings") --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0b49a791..373b06da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = WTForms>=2.2.1,<2.4 Flask>=1.1,<3.0 itsdangerous>=1.1,<3.0 - Jinja2>=2.11,<4.0 + Jinja2>=3.0,<4.0 requests~=2.22 SQLAlchemy-Continuum~=1.3 SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728