Skip to content

Commit bb2c662

Browse files
committed
Close #9216: Support jinja2-3.0
1 parent 630e5bd commit bb2c662

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Release 4.0.2 (in development)
44
Dependencies
55
------------
66

7+
* #9216: Support jinja2-3.0
8+
79
Incompatible changes
810
--------------------
911

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
'sphinxcontrib-htmlhelp',
2222
'sphinxcontrib-serializinghtml',
2323
'sphinxcontrib-qthelp',
24-
'Jinja2>=2.3,<3.0',
25-
'MarkupSafe<2.0',
24+
'Jinja2>=2.3',
2625
'Pygments>=2.0',
2726
'docutils>=0.14,<0.18',
2827
'snowballstemmer>=1.1',

0 commit comments

Comments
 (0)