https://github.com/python/cpython/commit/0fd97e46c75bb3060485b796ca597b13af7e6bec commit: 0fd97e46c75bb3060485b796ca597b13af7e6bec branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2024-08-10T01:18:46+03:00 summary:
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870) * Docs: Add lower bounds for sphinxcontrib dependencies * oops 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]
