Skip to content

Commit d944484

Browse files
[3.12] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870) (#122872)
Co-authored-by: Adam Turner <[email protected]>
1 parent 1f779b0 commit d944484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ packaging<25
1313
Pygments<3
1414
requests<3
1515
snowballstemmer<3
16-
sphinxcontrib-applehelp<2.1
17-
sphinxcontrib-devhelp<2.1
16+
sphinxcontrib-applehelp>=1.0.6,<2.1
17+
sphinxcontrib-devhelp>=1.0.6,<2.1
1818
sphinxcontrib-htmlhelp<2.2
1919
sphinxcontrib-jsmath<1.1
20-
sphinxcontrib-qthelp<2.1
20+
sphinxcontrib-qthelp>=1.0.6,<2.1
2121
sphinxcontrib-serializinghtml<2.1
2222

2323
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)

0 commit comments

Comments
 (0)