File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ babel<3
9
9
colorama<0.5
10
10
imagesize<1.5
11
11
Jinja2<3.2
12
- packaging<24
13
- Pygments>=2.16.1, <3
12
+ packaging<25
13
+ Pygments<3
14
14
requests<3
15
15
snowballstemmer<3
16
- sphinxcontrib-applehelp<1 .1
17
- sphinxcontrib-devhelp<1 .1
18
- sphinxcontrib-htmlhelp<2.1
16
+ sphinxcontrib-applehelp<2 .1
17
+ sphinxcontrib-devhelp<2 .1
18
+ sphinxcontrib-htmlhelp<2.2
19
19
sphinxcontrib-jsmath<1.1
20
- sphinxcontrib-qthelp<1 .1
21
- sphinxcontrib-serializinghtml<1.2
20
+ sphinxcontrib-qthelp<2 .1
21
+ sphinxcontrib-serializinghtml<2.1
22
22
23
23
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
24
24
MarkupSafe<2.2
Original file line number Diff line number Diff line change 6
6
# Sphinx version is pinned so that new versions that introduce new warnings
7
7
# won't suddenly cause build failures. Updating the version is fine as long
8
8
# as no warnings are raised by doing so.
9
- sphinx ~= 7.4 .0
9
+ sphinx ~= 8.0 .0
10
10
11
11
blurb
12
12
You can’t perform that action at this time.
0 commit comments