Skip to content

Commit d70c399

Browse files
[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 0959142) Co-authored-by: Adam Turner <[email protected]>
1 parent d944484 commit d70c399

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Doc/constraints.txt

Lines changed: 11 additions & 9 deletions
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)