Skip to content

Commit 254a0da

Browse files
committed
chore: make doc_upgrade
1 parent d1bf21d commit 254a0da

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

doc/requirements.pip

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#
77
alabaster==0.7.16
88
# via sphinx
9+
anyio==4.3.0
10+
# via
11+
# starlette
12+
# watchfiles
913
attrs==23.2.0
1014
# via scriv
1115
babel==2.14.0
@@ -18,6 +22,7 @@ click==8.1.7
1822
# via
1923
# click-log
2024
# scriv
25+
# uvicorn
2126
click-log==0.4.0
2227
# via scriv
2328
cogapp==3.4.1
@@ -32,16 +37,18 @@ docutils==0.20.1
3237
# restructuredtext-lint
3338
# sphinx
3439
# sphinx-rtd-theme
35-
idna==3.6
36-
# via requests
40+
h11==0.14.0
41+
# via uvicorn
42+
idna==3.7
43+
# via
44+
# anyio
45+
# requests
3746
imagesize==1.4.1
3847
# via sphinx
3948
jinja2==3.1.3
4049
# via
4150
# scriv
4251
# sphinx
43-
livereload==2.6.3
44-
# via sphinx-autobuild
4552
markdown-it-py==3.0.0
4653
# via scriv
4754
markupsafe==2.1.5
@@ -68,11 +75,11 @@ restructuredtext-lint==1.4.0
6875
# via doc8
6976
scriv==1.5.1
7077
# via -r doc/requirements.in
71-
six==1.16.0
72-
# via livereload
78+
sniffio==1.3.1
79+
# via anyio
7380
snowballstemmer==2.2.0
7481
# via sphinx
75-
sphinx==7.2.6
82+
sphinx==7.3.7
7683
# via
7784
# -r doc/requirements.in
7885
# sphinx-autobuild
@@ -81,7 +88,7 @@ sphinx==7.2.6
8188
# sphinxcontrib-jquery
8289
# sphinxcontrib-restbuilder
8390
# sphinxcontrib-spelling
84-
sphinx-autobuild==2024.2.4
91+
sphinx-autobuild==2024.4.16
8592
# via -r doc/requirements.in
8693
sphinx-code-tabs==0.5.5
8794
# via -r doc/requirements.in
@@ -105,9 +112,15 @@ sphinxcontrib-serializinghtml==1.1.10
105112
# via sphinx
106113
sphinxcontrib-spelling==8.0.0
107114
# via -r doc/requirements.in
115+
starlette==0.37.2
116+
# via sphinx-autobuild
108117
stevedore==5.2.0
109118
# via doc8
110-
tornado==6.4
111-
# via livereload
112119
urllib3==2.2.1
113120
# via requests
121+
uvicorn==0.29.0
122+
# via sphinx-autobuild
123+
watchfiles==0.21.0
124+
# via sphinx-autobuild
125+
websockets==12.0
126+
# via sphinx-autobuild

0 commit comments

Comments
 (0)