Skip to content

Commit c7481f8

Browse files
committed
chore: requirements.txt
1 parent 127932d commit c7481f8

File tree

2 files changed

+150
-34
lines changed

2 files changed

+150
-34
lines changed

docs/requirements.txt

Lines changed: 149 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,172 @@
22
# uv export --group=docs --no-hashes --output-file=docs/requirements.txt
33
-e .
44
accessible-pygments==0.0.5
5+
# via
6+
# furo
7+
# pydata-sphinx-theme
58
alabaster==0.7.16 ; python_full_version < '3.10'
9+
# via sphinx
610
alabaster==1.0.0 ; python_full_version >= '3.10'
7-
anyio==4.8.0
8-
babel==2.16.0
9-
beautifulsoup4==4.12.3
10-
certifi==2024.12.14
11-
charset-normalizer==3.4.1
12-
click==8.1.8
11+
# via sphinx
12+
anyio==4.11.0
13+
# via
14+
# starlette
15+
# watchfiles
16+
babel==2.17.0
17+
# via
18+
# pydata-sphinx-theme
19+
# sphinx
20+
beautifulsoup4==4.13.5
21+
# via
22+
# furo
23+
# pydata-sphinx-theme
24+
# sphinxawesome-theme
25+
certifi==2025.10.5
26+
# via requests
27+
charset-normalizer==3.4.4
28+
# via requests
29+
click==8.1.8 ; python_full_version < '3.10'
30+
# via uvicorn
31+
click==8.3.0 ; python_full_version >= '3.10'
32+
# via uvicorn
1333
colorama==0.4.6
34+
# via
35+
# click
36+
# sphinx
37+
# sphinx-autobuild
1438
docutils==0.21.2
15-
exceptiongroup==1.2.2 ; python_full_version < '3.11'
16-
furo==2024.8.6
17-
h11==0.14.0
18-
idna==3.10
39+
# via
40+
# myst-parser
41+
# pydata-sphinx-theme
42+
# sphinx
43+
# sphinx-rtd-theme
44+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
45+
# via anyio
46+
furo==2025.9.25
47+
h11==0.16.0
48+
# via uvicorn
49+
idna==3.11
50+
# via
51+
# anyio
52+
# requests
1953
imagesize==1.4.1
20-
importlib-metadata==8.5.0 ; python_full_version < '3.10'
21-
jinja2==3.1.5
54+
# via sphinx
55+
importlib-metadata==8.7.0 ; python_full_version < '3.10'
56+
# via sphinx
57+
jinja2==3.1.6
58+
# via
59+
# myst-parser
60+
# sphinx
2261
markdown-it-py==3.0.0
23-
markupsafe==3.0.2
24-
mdit-py-plugins==0.4.2
62+
# via
63+
# mdit-py-plugins
64+
# myst-parser
65+
markupsafe==3.0.3
66+
# via jinja2
67+
mdit-py-plugins==0.4.2 ; python_full_version < '3.10'
68+
# via myst-parser
69+
mdit-py-plugins==0.5.0 ; python_full_version >= '3.10'
70+
# via myst-parser
2571
mdurl==0.1.2
72+
# via markdown-it-py
2673
myst-parser==3.0.1 ; python_full_version < '3.10'
27-
myst-parser==4.0.0 ; python_full_version >= '3.10'
28-
packaging==24.2
74+
myst-parser==4.0.1 ; python_full_version >= '3.10'
75+
packaging==25.0
76+
# via sphinx
2977
pydata-sphinx-theme==0.16.1
30-
pygments==2.19.1
31-
python-dotenv==1.0.1
32-
pyyaml==6.0.2
33-
requests==2.32.3
78+
pygments==2.19.2
79+
# via
80+
# accessible-pygments
81+
# furo
82+
# pydata-sphinx-theme
83+
# sphinx
84+
python-dotenv==1.2.1
85+
pyyaml==6.0.3
86+
# via myst-parser
87+
requests==2.32.5
88+
# via sphinx
89+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
90+
# via sphinx
3491
sniffio==1.3.1
35-
snowballstemmer==2.2.0
36-
soupsieve==2.6
92+
# via anyio
93+
snowballstemmer==3.0.1
94+
# via sphinx
95+
soupsieve==2.8
96+
# via beautifulsoup4
3797
sphinx==7.4.7 ; python_full_version < '3.10'
38-
sphinx==8.1.3 ; python_full_version >= '3.10'
39-
sphinx-autobuild==2024.10.3
98+
# via
99+
# furo
100+
# myst-parser
101+
# pydata-sphinx-theme
102+
# sphinx-autobuild
103+
# sphinx-basic-ng
104+
# sphinx-docsearch
105+
# sphinx-rtd-theme
106+
# sphinxawesome-theme
107+
# sphinxcontrib-jquery
108+
sphinx==8.1.3 ; python_full_version == '3.10.*'
109+
# via
110+
# furo
111+
# myst-parser
112+
# pydata-sphinx-theme
113+
# sphinx-autobuild
114+
# sphinx-basic-ng
115+
# sphinx-docsearch
116+
# sphinx-rtd-theme
117+
# sphinxawesome-theme
118+
# sphinxcontrib-jquery
119+
sphinx==8.2.3 ; python_full_version >= '3.11'
120+
# via
121+
# furo
122+
# myst-parser
123+
# pydata-sphinx-theme
124+
# sphinx-autobuild
125+
# sphinx-basic-ng
126+
# sphinx-docsearch
127+
# sphinx-rtd-theme
128+
# sphinxawesome-theme
129+
# sphinxcontrib-jquery
130+
sphinx-autobuild==2024.10.3 ; python_full_version < '3.11'
131+
sphinx-autobuild==2025.8.25 ; python_full_version >= '3.11'
40132
sphinx-basic-ng==1.0.0b2
133+
# via furo
41134
sphinx-rtd-theme==3.0.2
42-
sphinxawesome-theme==6.0.0b1
135+
sphinxawesome-theme==6.0.0b3
43136
sphinxcontrib-applehelp==2.0.0
137+
# via sphinx
44138
sphinxcontrib-devhelp==2.0.0
139+
# via sphinx
45140
sphinxcontrib-htmlhelp==2.1.0
141+
# via sphinx
46142
sphinxcontrib-jquery==4.1
143+
# via sphinx-rtd-theme
47144
sphinxcontrib-jsmath==1.0.1
145+
# via sphinx
48146
sphinxcontrib-qthelp==2.0.0
147+
# via sphinx
49148
sphinxcontrib-serializinghtml==2.0.0
50-
starlette==0.45.2
51-
tomli==2.2.1 ; python_full_version < '3.11'
52-
typing-extensions==4.12.2
53-
urllib3==2.3.0
54-
uvicorn==0.34.0
55-
watchfiles==1.0.3
56-
websockets==14.1
57-
zipp==3.21.0 ; python_full_version < '3.10'
149+
# via sphinx
150+
starlette==0.49.3 ; python_full_version < '3.10'
151+
# via sphinx-autobuild
152+
starlette==0.50.0 ; python_full_version >= '3.10'
153+
# via sphinx-autobuild
154+
tomli==2.3.0 ; python_full_version < '3.11'
155+
# via sphinx
156+
typing-extensions==4.15.0
157+
# via
158+
# anyio
159+
# beautifulsoup4
160+
# exceptiongroup
161+
# pydata-sphinx-theme
162+
# starlette
163+
# uvicorn
164+
urllib3==2.5.0
165+
# via requests
166+
uvicorn==0.38.0
167+
# via sphinx-autobuild
168+
watchfiles==1.1.1
169+
# via sphinx-autobuild
170+
websockets==15.0.1
171+
# via sphinx-autobuild
172+
zipp==3.23.0 ; python_full_version < '3.10'
173+
# via importlib-metadata

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)