Skip to content

Commit

Permalink
[3.13] gh-122868: Add more lower bounds for sphinxcontrib dependencies (
Browse files Browse the repository at this point in the history
GH-122891) (#122893)

gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891)
(cherry picked from commit 0959142)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
miss-islington and AA-Turner authored Aug 10, 2024
1 parent f28c399 commit b62f8c9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Doc/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b62f8c9

Please sign in to comment.