https://github.com/python/cpython/commit/f28c3993e35687790c27649356f8421c956fde6c
commit: f28c3993e35687790c27649356f8421c956fde6c
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-09T22:36:23Z
summary:

[3.13] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870) 
(#122871)

Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/constraints.txt

diff --git a/Doc/constraints.txt b/Doc/constraints.txt
index ab3b39bf380dad..5f9709ac18ec99 100644
--- a/Doc/constraints.txt
+++ b/Doc/constraints.txt
@@ -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)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to