https://github.com/python/cpython/commit/d9444844d7f322334c001c1a301c560d88c78e76 commit: d9444844d7f322334c001c1a301c560d88c78e76 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-08-10T01:33:38+03:00 summary:
[3.12] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870) (#122872) 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]
