diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 22:24:58 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 22:24:58 +0900 |
| commit | bb2c6623be214e27f218c22875bc45d3bd0c8078 (patch) | |
| tree | 9f57a93f6fc7dff282571c4b4c635cfd2d72f5a2 | |
| parent | 630e5bd15f43c6cd91e61723f40b6c94ef622060 (diff) | |
| download | sphinx-git-bb2c6623be214e27f218c22875bc45d3bd0c8078.tar.gz | |
Close #9216: Support jinja2-3.0
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | setup.py | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,8 @@ Release 4.0.2 (in development) Dependencies ------------ +* #9216: Support jinja2-3.0 + Incompatible changes -------------------- @@ -21,8 +21,7 @@ install_requires = [ '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', |
