From bb2c6623be214e27f218c22875bc45d3bd0c8078 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 19 May 2021 22:24:58 +0900 Subject: [PATCH] Close #9216: Support jinja2-3.0 --- CHANGES | 2 ++ setup.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 67ef71dd7ec..f09b310d3a5 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,8 @@ Release 4.0.2 (in development) Dependencies ------------ +* #9216: Support jinja2-3.0 + Incompatible changes -------------------- diff --git a/setup.py b/setup.py index 7ce37f9eaf8..b669afc00e3 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,7 @@ 'sphinxcontrib-htmlhelp', 'sphinxcontrib-serializinghtml', 'sphinxcontrib-qthelp', - 'Jinja2>=2.3,<3.0', - 'MarkupSafe<2.0', + 'Jinja2>=2.3', 'Pygments>=2.0', 'docutils>=0.14,<0.18', 'snowballstemmer>=1.1',