Skip to content

Commit 4f102d6

Browse files
committed
Update requirements files
1 parent ebaba26 commit 4f102d6

2 files changed

Lines changed: 31 additions & 27 deletions

File tree

docs-requirements.txt

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,56 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --python-version=3.10 docs-requirements.in -o docs-requirements.txt
3-
alabaster==0.7.12
3+
alabaster==1.0.0
44
# via sphinx
5-
babel==2.10.1
5+
babel==2.17.0
66
# via sphinx
7-
certifi==2022.5.18.1
7+
certifi==2026.1.4
88
# via requests
9-
charset-normalizer==2.0.12
9+
charset-normalizer==3.4.4
1010
# via requests
1111
colorama==0.4.6 ; sys_platform == 'win32'
1212
# via sphinx
13-
docutils==0.17.1
13+
docutils==0.21.2 ; python_full_version < '3.11'
1414
# via sphinx
15-
idna==3.3
15+
docutils==0.22.4 ; python_full_version >= '3.11'
16+
# via sphinx
17+
idna==3.11
1618
# via requests
17-
imagesize==1.3.0
19+
imagesize==1.4.1
1820
# via sphinx
19-
jinja2==3.0.3
21+
jinja2==3.1.6
2022
# via sphinx
21-
markupsafe==2.0.1
23+
markupsafe==3.0.3
2224
# via jinja2
23-
packaging==21.3
25+
packaging==26.0
2426
# via sphinx
25-
pygments==2.12.0
27+
pygments==2.19.2
2628
# via sphinx
27-
pyparsing==3.0.9
28-
# via packaging
29-
pytz==2022.1
30-
# via babel
31-
requests==2.27.1
29+
requests==2.32.5
3230
# via sphinx
33-
setuptools==80.10.2
31+
roman-numerals==4.1.0 ; python_full_version >= '3.11'
3432
# via sphinx
35-
snowballstemmer==2.2.0
33+
snowballstemmer==3.0.1
3634
# via sphinx
37-
sphinx==3.4.3
35+
sphinx==8.1.3 ; python_full_version < '3.11'
36+
# via -r docs-requirements.in
37+
sphinx==9.0.4 ; python_full_version == '3.11.*'
3838
# via -r docs-requirements.in
39-
sphinxcontrib-applehelp==1.0.2
39+
sphinx==9.1.0 ; python_full_version >= '3.12'
40+
# via -r docs-requirements.in
41+
sphinxcontrib-applehelp==2.0.0
4042
# via sphinx
41-
sphinxcontrib-devhelp==1.0.2
43+
sphinxcontrib-devhelp==2.0.0
4244
# via sphinx
43-
sphinxcontrib-htmlhelp==2.0.0
45+
sphinxcontrib-htmlhelp==2.1.0
4446
# via sphinx
4547
sphinxcontrib-jsmath==1.0.1
4648
# via sphinx
47-
sphinxcontrib-qthelp==1.0.3
49+
sphinxcontrib-qthelp==2.0.0
50+
# via sphinx
51+
sphinxcontrib-serializinghtml==2.0.0
4852
# via sphinx
49-
sphinxcontrib-serializinghtml==1.1.5
53+
tomli==2.4.0 ; python_full_version < '3.11'
5054
# via sphinx
51-
urllib3==1.26.8
55+
urllib3==2.6.3
5256
# via requests

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
1616
# sphinx
1717
contextlib2==21.6.0
1818
# via -r test-requirements.in
19-
coverage==7.13.1
19+
coverage==7.13.2
2020
# via pytest-cov
21-
cssselect==1.3.0
21+
cssselect==1.4.0
2222
# via -r test-requirements.in
2323
docutils==0.21.2 ; python_full_version < '3.11'
2424
# via sphinx

0 commit comments

Comments
 (0)