gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)

This commit is contained in:
Adam Turner 2024-08-10 21:50:43 +01:00 committed by GitHub
parent 5580f31c56
commit 0959142e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 9 deletions

View File

@ -7,18 +7,20 @@
# Direct dependencies of Sphinx # Direct dependencies of Sphinx
babel<3 babel<3
colorama<0.5 colorama<0.5
imagesize<1.5 imagesize<2
Jinja2<3.2 Jinja2<4
packaging<25 packaging<25
Pygments<3 Pygments<3
requests<3 requests<3
snowballstemmer<3 snowballstemmer<3
sphinxcontrib-applehelp>=1.0.6,<2.1 # keep lower-bounds until Sphinx 8.1 is released
sphinxcontrib-devhelp>=1.0.6,<2.1 # https://github.com/sphinx-doc/sphinx/pull/12756
sphinxcontrib-htmlhelp<2.2 sphinxcontrib-applehelp>=1.0.7,<3
sphinxcontrib-jsmath<1.1 sphinxcontrib-devhelp>=1.0.6,<3
sphinxcontrib-qthelp>=1.0.6,<2.1 sphinxcontrib-htmlhelp>=2.0.6,<3
sphinxcontrib-serializinghtml<2.1 sphinxcontrib-jsmath>=1.0.1,<2
sphinxcontrib-qthelp>=1.0.6,<3
sphinxcontrib-serializinghtml>=1.1.9,<3
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above) # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
MarkupSafe<2.2 MarkupSafe<3