mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891) (#122894)
gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891)
(cherry picked from commit 0959142e4d
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
d9444844d7
commit
d70c39905d
1 changed files with 11 additions and 9 deletions
|
@ -7,18 +7,20 @@
|
|||
# Direct dependencies of Sphinx
|
||||
babel<3
|
||||
colorama<0.5
|
||||
imagesize<1.5
|
||||
Jinja2<3.2
|
||||
imagesize<2
|
||||
Jinja2<4
|
||||
packaging<25
|
||||
Pygments<3
|
||||
requests<3
|
||||
snowballstemmer<3
|
||||
sphinxcontrib-applehelp>=1.0.6,<2.1
|
||||
sphinxcontrib-devhelp>=1.0.6,<2.1
|
||||
sphinxcontrib-htmlhelp<2.2
|
||||
sphinxcontrib-jsmath<1.1
|
||||
sphinxcontrib-qthelp>=1.0.6,<2.1
|
||||
sphinxcontrib-serializinghtml<2.1
|
||||
# keep lower-bounds until Sphinx 8.1 is released
|
||||
# https://github.com/sphinx-doc/sphinx/pull/12756
|
||||
sphinxcontrib-applehelp>=1.0.7,<3
|
||||
sphinxcontrib-devhelp>=1.0.6,<3
|
||||
sphinxcontrib-htmlhelp>=2.0.6,<3
|
||||
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)
|
||||
MarkupSafe<2.2
|
||||
MarkupSafe<3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue