Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0959142

Browse filesBrowse files
authored
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
1 parent 5580f31 commit 0959142
Copy full SHA for 0959142

1 file changed

+11-9Lines changed: 11 additions & 9 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Doc/constraints.txt‎

Copy file name to clipboardExpand all lines: Doc/constraints.txt
+11-9Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77
# Direct dependencies of Sphinx
88
babel<3
99
colorama<0.5
10-
imagesize<1.5
11-
Jinja2<3.2
10+
imagesize<2
11+
Jinja2<4
1212
packaging<25
1313
Pygments<3
1414
requests<3
1515
snowballstemmer<3
16-
sphinxcontrib-applehelp>=1.0.6,<2.1
17-
sphinxcontrib-devhelp>=1.0.6,<2.1
18-
sphinxcontrib-htmlhelp<2.2
19-
sphinxcontrib-jsmath<1.1
20-
sphinxcontrib-qthelp>=1.0.6,<2.1
21-
sphinxcontrib-serializinghtml<2.1
16+
# keep lower-bounds until Sphinx 8.1 is released
17+
# https://github.com/sphinx-doc/sphinx/pull/12756
18+
sphinxcontrib-applehelp>=1.0.7,<3
19+
sphinxcontrib-devhelp>=1.0.6,<3
20+
sphinxcontrib-htmlhelp>=2.0.6,<3
21+
sphinxcontrib-jsmath>=1.0.1,<2
22+
sphinxcontrib-qthelp>=1.0.6,<3
23+
sphinxcontrib-serializinghtml>=1.1.9,<3
2224

2325
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
24-
MarkupSafe<2.2
26+
MarkupSafe<3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.