Skip to content

Commit 6b781f8

Browse files
committed
feat: update doc packages
1 parent 544be53 commit 6b781f8

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

docs/requirements.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
furo==2025.9.25
2-
sphinx==8.2.3
1+
furo==2025.12.19
2+
sphinx==9.0.4
33
sphinx-autobuild==2025.8.25
44

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

88
mock==5.2.0
99
autodoc==0.5.0
1010

11-
defusedxml==0.7.1
12-
tornado==6.5.2
11+
tornado==6.5.4
1312
jinja2==3.1.6
1413
idna==3.11
1514
starlette==0.50.0

docs/requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o requirements.txt
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.14
3+
# by the following command:
4+
#
5+
# pip-compile
6+
#
37
accessible-pygments==0.0.5
48
# via furo
59
alabaster==1.0.0
@@ -26,11 +30,9 @@ colorama==0.4.6
2630
# via sphinx-autobuild
2731
decorator==5.1.1
2832
# via autodoc
29-
defusedxml==0.7.1
30-
# via -r requirements.in
3133
docutils==0.21.2
3234
# via sphinx
33-
furo==2025.9.25
35+
furo==2025.12.19
3436
# via -r requirements.in
3537
h11==0.16.0
3638
# via uvicorn
@@ -60,15 +62,15 @@ pygments==2.19.1
6062
# sphinx
6163
requests==2.32.4
6264
# via sphinx
63-
roman-numerals-py==3.1.0
65+
roman-numerals==4.1.0
6466
# via sphinx
6567
sniffio==1.3.1
6668
# via anyio
6769
snowballstemmer==2.2.0
6870
# via sphinx
6971
soupsieve==2.6
7072
# via beautifulsoup4
71-
sphinx==8.2.3
73+
sphinx==9.0.4
7274
# via
7375
# -r requirements.in
7476
# furo
@@ -77,7 +79,7 @@ sphinx==8.2.3
7779
# sphinx-basic-ng
7880
sphinx-autobuild==2025.8.25
7981
# via -r requirements.in
80-
sphinx-autodoc-typehints==3.5.2
82+
sphinx-autodoc-typehints==3.6.0
8183
# via -r requirements.in
8284
sphinx-basic-ng==1.0.0b2
8385
# via furo
@@ -97,7 +99,7 @@ starlette==0.50.0
9799
# via
98100
# -r requirements.in
99101
# sphinx-autobuild
100-
tornado==6.5.2
102+
tornado==6.5.4
101103
# via -r requirements.in
102104
typing-extensions==4.12.2
103105
# via beautifulsoup4

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)