Skip to content

Commit 97344a8

Browse files
committed
Update sphinx requirements.in and requirements.txt
Update dependencies to fix an urllib3 security advisory and also to update from Sphinx 8 to Sphinx 9.
1 parent 1358c09 commit 97344a8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx>=8,<9
2-
sphinx_rtd_theme>=3,<4
1+
Sphinx>=9,<10
2+
sphinx_rtd_theme>=3.1,<4

docs/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.14
33
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
babel==2.17.0
9+
babel==2.18.0
1010
# via sphinx
11-
certifi==2025.11.12
11+
certifi==2026.2.25
1212
# via requests
1313
charset-normalizer==3.4.4
1414
# via requests
15-
docutils==0.21.2
15+
docutils==0.22.4
1616
# via
1717
# sphinx
1818
# sphinx-rtd-theme
1919
idna==3.11
2020
# via requests
21-
imagesize==1.4.1
21+
imagesize==2.0.0
2222
# via sphinx
2323
jinja2==3.1.6
2424
# via sphinx
2525
markupsafe==3.0.3
2626
# via jinja2
27-
packaging==25.0
27+
packaging==26.0
2828
# via sphinx
2929
pygments==2.19.2
3030
# via sphinx
3131
requests==2.32.5
3232
# via sphinx
33-
roman-numerals-py==3.1.0
33+
roman-numerals==4.1.0
3434
# via sphinx
3535
snowballstemmer==3.0.1
3636
# via sphinx
37-
sphinx==8.2.3
37+
sphinx==9.1.0
3838
# via
3939
# -r requirements.in
4040
# sphinx-rtd-theme
4141
# sphinxcontrib-jquery
42-
sphinx-rtd-theme==3.0.2
42+
sphinx-rtd-theme==3.1.0
4343
# via -r requirements.in
4444
sphinxcontrib-applehelp==2.0.0
4545
# via sphinx
@@ -55,5 +55,5 @@ sphinxcontrib-qthelp==2.0.0
5555
# via sphinx
5656
sphinxcontrib-serializinghtml==2.0.0
5757
# via sphinx
58-
urllib3==2.6.0
58+
urllib3==2.6.3
5959
# via requests

0 commit comments

Comments
 (0)