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',