File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 7
7
# Direct dependencies of Sphinx
8
8
babel<3
9
9
colorama<0.5
10
- imagesize<1.5
11
- Jinja2<3.2
10
+ imagesize<2
11
+ Jinja2<4
12
12
packaging<25
13
13
Pygments<3
14
14
requests<3
15
15
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
22
24
23
25
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
24
- MarkupSafe<2.2
26
+ MarkupSafe<3
You can’t perform that action at this time.
0 commit comments