From f28c3993e35687790c27649356f8421c956fde6c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:36:23 +0200 Subject: [PATCH] [3.13] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870) (#122871) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/constraints.txt b/Doc/constraints.txt index ab3b39bf380..5f9709ac18e 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)