]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Sat, 10 Aug 2024 20:50:43 +0000 (21:50 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2024 20:50:43 +0000 (20:50 +0000)
Doc/constraints.txt

index 5f9709ac18ec99a974228523670e683b7a380da1..26ac1862dbac0b406f9f66918895caedbc045de1 100644 (file)
@@ -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