Skip to content

Commit 0959142

Browse files
authored
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
1 parent 5580f31 commit 0959142

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Doc/constraints.txt

+11-9
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77
# Direct dependencies of Sphinx
88
babel<3
99
colorama<0.5
10-
imagesize<1.5
11-
Jinja2<3.2
10+
imagesize<2
11+
Jinja2<4
1212
packaging<25
1313
Pygments<3
1414
requests<3
1515
snowballstemmer<3
16-
sphinxcontrib-applehelp>=1.0.6,<2.1
17-
sphinxcontrib-devhelp>=1.0.6,<2.1
18-
sphinxcontrib-htmlhelp<2.2
19-
sphinxcontrib-jsmath<1.1
20-
sphinxcontrib-qthelp>=1.0.6,<2.1
21-
sphinxcontrib-serializinghtml<2.1
16+
# keep lower-bounds until Sphinx 8.1 is released
17+
# https://github.com/sphinx-doc/sphinx/pull/12756
18+
sphinxcontrib-applehelp>=1.0.7,<3
19+
sphinxcontrib-devhelp>=1.0.6,<3
20+
sphinxcontrib-htmlhelp>=2.0.6,<3
21+
sphinxcontrib-jsmath>=1.0.1,<2
22+
sphinxcontrib-qthelp>=1.0.6,<3
23+
sphinxcontrib-serializinghtml>=1.1.9,<3
2224

2325
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
24-
MarkupSafe<2.2
26+
MarkupSafe<3

0 commit comments

Comments
 (0)