Changeset - 33f1faa7fe04
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 3 years ago 2022-09-17 20:37:24
mads@kiilerich.com
setup: bump Sphinx version

Sphinx 3.0.4 doesn't version its dependencies correctly, and it fails with latest jinja 3.1.2:
ImportError: cannot import name 'environmentfilter' from 'jinja2' (.../site-packages/jinja2/__init__.py)

Latest Sphinx version supports latest Jinja version and seems to render the
documentation correctly.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dev_requirements.txt
Show inline comments
 
@@ -3,7 +3,7 @@ pytest-sugar >= 0.9.2, < 0.10
 
pytest-benchmark >= 3.2.2, < 3.3
 
pytest-localserver >= 0.5.0, < 0.6
 
mock >= 3.0.0, < 4.1
 
Sphinx >= 1.8.0, < 3.1
 
Sphinx >= 1.8.0, < 5.2
 
WebTest >= 2.0.6, < 2.1
 
isort == 5.1.2
 
pyflakes == 2.2.0
0 comments (0 inline, 0 general)