]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 9 Aug 2024 22:18:46 +0000 (23:18 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 22:18:46 +0000 (01:18 +0300)
* Docs: Add lower bounds for sphinxcontrib dependencies

* oops

Doc/constraints.txt

index ab3b39bf380dad8dad118f1d84cc71ecd6ffe530..5f9709ac18ec99a974228523670e683b7a380da1 100644 (file)
@@ -13,11 +13,11 @@ packaging<25
 Pygments<3
 requests<3
 snowballstemmer<3
-sphinxcontrib-applehelp<2.1
-sphinxcontrib-devhelp<2.1
+sphinxcontrib-applehelp>=1.0.6,<2.1
+sphinxcontrib-devhelp>=1.0.6,<2.1
 sphinxcontrib-htmlhelp<2.2
 sphinxcontrib-jsmath<1.1
-sphinxcontrib-qthelp<2.1
+sphinxcontrib-qthelp>=1.0.6,<2.1
 sphinxcontrib-serializinghtml<2.1
 
 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)