From 0fd97e46c75bb3060485b796ca597b13af7e6bec Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:18:46 +0100 Subject: [PATCH] gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870) * Docs: Add lower bounds for sphinxcontrib dependencies * oops --- Doc/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)