Skip to content

Commit 008326f

Browse files
Merge pull request #10386 from davidhorstmann-arm/upgrade-python-packages
Upgrade packages in requirements.txt
2 parents 85cf16d + 6c30c00 commit 008326f

File tree

1 file changed

+37
-38
lines changed

1 file changed

+37
-38
lines changed

docs/requirements.txt

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,83 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile docs/requirements.in
66
#
7-
alabaster==0.7.13
7+
alabaster==0.7.16
88
# via sphinx
9-
babel==2.15.0
9+
babel==2.17.0
1010
# via sphinx
11-
breathe==4.35.0
12-
# via -r requirements.in
13-
certifi==2024.7.4
11+
breathe==4.36.0
12+
# via -r docs/requirements.in
13+
certifi==2025.8.3
1414
# via requests
15-
charset-normalizer==3.3.2
15+
charset-normalizer==3.4.3
1616
# via requests
17-
click==8.1.7
17+
click==8.1.8
1818
# via readthedocs-cli
19-
docutils==0.20.1
19+
docutils==0.21.2
2020
# via
21-
# breathe
2221
# sphinx
2322
# sphinx-rtd-theme
24-
idna==3.7
23+
idna==3.10
2524
# via requests
2625
imagesize==1.4.1
2726
# via sphinx
28-
importlib-metadata==8.0.0
27+
importlib-metadata==8.7.0
2928
# via sphinx
30-
jinja2==3.1.4
29+
jinja2==3.1.6
3130
# via sphinx
3231
markdown-it-py==3.0.0
3332
# via rich
34-
markupsafe==2.1.5
33+
markupsafe==3.0.2
3534
# via jinja2
3635
mdurl==0.1.2
3736
# via markdown-it-py
38-
packaging==24.1
37+
packaging==25.0
3938
# via sphinx
40-
pygments==2.18.0
39+
pygments==2.19.2
4140
# via
4241
# rich
4342
# sphinx
44-
pytz==2024.1
45-
# via babel
46-
pyyaml==6.0.1
43+
pyyaml==6.0.2
4744
# via readthedocs-cli
48-
readthedocs-cli==4
49-
# via -r requirements.in
50-
requests==2.32.3
45+
readthedocs-cli==5
46+
# via -r docs/requirements.in
47+
requests==2.32.5
5148
# via
5249
# readthedocs-cli
5350
# sphinx
54-
rich==13.7.1
51+
rich==14.1.0
5552
# via readthedocs-cli
56-
snowballstemmer==2.2.0
53+
snowballstemmer==3.0.1
5754
# via sphinx
58-
sphinx==7.1.2
55+
sphinx==7.4.7
5956
# via
6057
# breathe
6158
# sphinx-rtd-theme
6259
# sphinxcontrib-jquery
63-
sphinx-rtd-theme==2.0.0
64-
# via -r requirements.in
65-
sphinxcontrib-applehelp==1.0.4
60+
sphinx-rtd-theme==3.0.2
61+
# via -r docs/requirements.in
62+
sphinxcontrib-applehelp==2.0.0
6663
# via sphinx
67-
sphinxcontrib-devhelp==1.0.2
64+
sphinxcontrib-devhelp==2.0.0
6865
# via sphinx
69-
sphinxcontrib-htmlhelp==2.0.1
66+
sphinxcontrib-htmlhelp==2.1.0
7067
# via sphinx
7168
sphinxcontrib-jquery==4.1
7269
# via sphinx-rtd-theme
7370
sphinxcontrib-jsmath==1.0.1
7471
# via sphinx
75-
sphinxcontrib-qthelp==1.0.3
72+
sphinxcontrib-qthelp==2.0.0
7673
# via sphinx
77-
sphinxcontrib-serializinghtml==1.1.5
74+
sphinxcontrib-serializinghtml==2.0.0
7875
# via sphinx
79-
typing-extensions==4.12.2
80-
# via rich
81-
urllib3==2.2.2
82-
# via requests
83-
zipp==3.19.2
76+
tomli==2.2.1
77+
# via sphinx
78+
urllib3==2.5.0
79+
# via
80+
# readthedocs-cli
81+
# requests
82+
zipp==3.23.0
8483
# via importlib-metadata

0 commit comments

Comments
 (0)