Skip to content

Commit b3596f5

Browse files
committed
build
1 parent 366e0cf commit b3596f5

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

docs/requirements.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
furo==2025.7.19
1+
furo==2025.9.25
22
sphinx==8.2.3
3-
sphinx-autobuild==2024.10.3
3+
sphinx-autobuild==2025.8.25
44

55
# if using typehints
6-
sphinx-autodoc-typehints==3.2.0
6+
sphinx-autodoc-typehints==3.5.2
77

88
mock==5.2.0
99
autodoc==0.5.0
1010

1111
defusedxml==0.7.1
1212
tornado==6.5.2
13-
jinja2>=3.1.6
14-
idna==3.10
15-
starlette>=0.47.2
13+
jinja2==3.1.6
14+
idna==3.11
15+
starlette==0.50.0

docs/requirements.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.13
3-
# by the following command:
4-
#
5-
# pip-compile
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.in -o requirements.txt
73
accessible-pygments==0.0.5
84
# via furo
95
alabaster==1.0.0
@@ -34,11 +30,11 @@ defusedxml==0.7.1
3430
# via -r requirements.in
3531
docutils==0.21.2
3632
# via sphinx
37-
furo==2025.7.19
33+
furo==2025.9.25
3834
# via -r requirements.in
3935
h11==0.16.0
4036
# via uvicorn
41-
idna==3.10
37+
idna==3.11
4238
# via
4339
# -r requirements.in
4440
# anyio
@@ -79,9 +75,9 @@ sphinx==8.2.3
7975
# sphinx-autobuild
8076
# sphinx-autodoc-typehints
8177
# sphinx-basic-ng
82-
sphinx-autobuild==2024.10.3
78+
sphinx-autobuild==2025.8.25
8379
# via -r requirements.in
84-
sphinx-autodoc-typehints==3.2.0
80+
sphinx-autodoc-typehints==3.5.2
8581
# via -r requirements.in
8682
sphinx-basic-ng==1.0.0b2
8783
# via furo
@@ -97,7 +93,7 @@ sphinxcontrib-qthelp==2.0.0
9793
# via sphinx
9894
sphinxcontrib-serializinghtml==2.0.0
9995
# via sphinx
100-
starlette==0.49.1
96+
starlette==0.50.0
10197
# via
10298
# -r requirements.in
10399
# sphinx-autobuild

0 commit comments

Comments
 (0)