https://github.com/python/cpython/commit/b62f8c9769b1f0a4d27e85e1406fdb4525f39eac commit: b62f8c9769b1f0a4d27e85e1406fdb4525f39eac branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-10T21:10:22Z summary:
[3.13] gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891) (#122893) gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891) (cherry picked from commit 0959142e4defcf7a9fcbbb228d2e2b97a074f7ea) Co-authored-by: Adam Turner <[email protected]> files: M Doc/constraints.txt diff --git a/Doc/constraints.txt b/Doc/constraints.txt index 5f9709ac18ec99..26ac1862dbac0b 100644 --- a/Doc/constraints.txt +++ b/Doc/constraints.txt @@ -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 _______________________________________________ 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]
