Skip to content

Commit fc7cd5e

Browse files
committed
chore: Update docs requirements
1 parent 717190e commit fc7cd5e

File tree

1 file changed

+38
-26
lines changed

1 file changed

+38
-26
lines changed

docs/requirements.txt

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,33 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7+
accessible-pygments==0.0.5
8+
# via furo
79
alabaster==1.0.0
810
# via sphinx
9-
anyio==4.6.0
11+
anyio==4.9.0
1012
# via
1113
# starlette
1214
# watchfiles
13-
babel==2.16.0
15+
babel==2.17.0
1416
# via sphinx
15-
beautifulsoup4==4.12.3
17+
beautifulsoup4==4.13.4
1618
# via furo
17-
build==1.2.2
19+
build==1.2.2.post1
1820
# via pip-tools
19-
certifi==2024.8.30
21+
certifi==2025.7.14
2022
# via requests
21-
charset-normalizer==3.3.2
23+
charset-normalizer==3.4.2
2224
# via requests
23-
click==8.1.7
25+
click==8.2.1
2426
# via
2527
# pip-tools
2628
# uvicorn
2729
colorama==0.4.6
2830
# via sphinx-autobuild
2931
docutils==0.21.2
3032
# via sphinx
31-
furo==2024.8.6
33+
furo==2025.7.19
3234
# via -r requirements.in
3335
h11==0.16.0
3436
# via uvicorn
@@ -38,43 +40,48 @@ idna==3.10
3840
# requests
3941
imagesize==1.4.1
4042
# via sphinx
41-
jinja2==3.1.4
43+
jinja2==3.1.6
4244
# via sphinx
43-
markupsafe==2.1.5
45+
markupsafe==3.0.2
4446
# via jinja2
45-
packaging==24.1
47+
packaging==25.0
4648
# via
4749
# build
4850
# sphinx
49-
pip-tools==7.4.1
51+
pip-tools==7.5.0
5052
# via -r requirements.in
5153
pyenchant==3.2.2
5254
# via sphinxcontrib-spelling
53-
pygments==2.18.0
55+
pygments==2.19.2
5456
# via
57+
# accessible-pygments
5558
# furo
5659
# sphinx
57-
pyproject-hooks==1.1.0
60+
pyproject-hooks==1.2.0
5861
# via
5962
# build
6063
# pip-tools
61-
requests==2.32.3
64+
requests==2.32.4
65+
# via
66+
# sphinx
67+
# sphinxcontrib-spelling
68+
roman-numerals-py==3.1.0
6269
# via sphinx
6370
sniffio==1.3.1
6471
# via anyio
65-
snowballstemmer==2.2.0
72+
snowballstemmer==3.0.1
6673
# via sphinx
67-
soupsieve==2.6
74+
soupsieve==2.7
6875
# via beautifulsoup4
69-
sphinx==8.0.2
76+
sphinx==8.2.3
7077
# via
7178
# -r requirements.in
7279
# furo
7380
# sphinx-autobuild
7481
# sphinx-basic-ng
7582
# sphinx-copybutton
7683
# sphinxcontrib-spelling
77-
sphinx-autobuild==2024.9.19
84+
sphinx-autobuild==2024.10.3
7885
# via -r requirements.in
7986
sphinx-basic-ng==1.0.0b2
8087
# via furo
@@ -92,19 +99,24 @@ sphinxcontrib-qthelp==2.0.0
9299
# via sphinx
93100
sphinxcontrib-serializinghtml==2.0.0
94101
# via sphinx
95-
sphinxcontrib-spelling==8.0.0
102+
sphinxcontrib-spelling==8.0.1
96103
# via -r requirements.in
97-
starlette==0.39.1
104+
starlette==0.47.2
98105
# via sphinx-autobuild
99-
urllib3==2.2.3
106+
typing-extensions==4.14.1
107+
# via
108+
# anyio
109+
# beautifulsoup4
110+
# starlette
111+
urllib3==2.5.0
100112
# via requests
101-
uvicorn==0.30.6
113+
uvicorn==0.35.0
102114
# via sphinx-autobuild
103-
watchfiles==0.24.0
115+
watchfiles==1.1.0
104116
# via sphinx-autobuild
105-
websockets==13.1
117+
websockets==15.0.1
106118
# via sphinx-autobuild
107-
wheel==0.44.0
119+
wheel==0.45.1
108120
# via pip-tools
109121

110122
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)