Skip to content

Commit 9c9b05a

Browse files
authored
[stable-2.17] ci: refresh docs build dependencies: bump antsibull-docs to 2.18.0 (#2759)
* Bump antsibull-docs to 2.17.0. * Bump antsibull-docs to 2.18.0. * Update docs build dependencies.
1 parent ea1bb0f commit 9c9b05a

File tree

2 files changed

+35
-29
lines changed

2 files changed

+35
-29
lines changed

tests/constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This constraint file also pins other versions for which there are known limitations.
44

55
sphinx == 7.2.5
6-
antsibull-docs == 2.16.3 # currently approved version
6+
antsibull-docs == 2.18.0 # currently approved version
77

88
rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3
99
sphinx-rtd-theme>=2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678

tests/requirements.txt

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ aiofiles==24.1.0
88
# via
99
# antsibull-core
1010
# antsibull-fileutils
11-
aiohappyeyeballs==2.4.4
11+
aiohappyeyeballs==2.6.1
1212
# via aiohttp
13-
aiohttp==3.11.11
13+
aiohttp==3.12.13
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
@@ -19,24 +19,26 @@ aiosignal==1.3.2
1919
alabaster==0.7.16
2020
# via sphinx
2121
annotated-types==0.7.0
22-
# via pydantic
22+
# via
23+
# antsibull-changelog
24+
# pydantic
2325
ansible-pygments==0.1.1
2426
# via
2527
# antsibull-docs
2628
# sphinx-ansible-theme
27-
antsibull-changelog==0.31.1
29+
antsibull-changelog==0.34.0
2830
# via antsibull-docs
2931
antsibull-core==3.4.0
3032
# via antsibull-docs
31-
antsibull-docs==2.16.3
33+
antsibull-docs==2.18.0
3234
# via
3335
# -c tests/constraints.in
3436
# -r tests/requirements.in
35-
antsibull-docs-parser==1.1.1
37+
antsibull-docs-parser==1.2.1
3638
# via antsibull-docs
37-
antsibull-docutils==1.1.0
39+
antsibull-docutils==1.2.0
3840
# via antsibull-changelog
39-
antsibull-fileutils==1.1.0
41+
antsibull-fileutils==1.3.0
4042
# via
4143
# antsibull-changelog
4244
# antsibull-core
@@ -45,19 +47,19 @@ async-timeout==5.0.1
4547
# via aiohttp
4648
asyncio-pool==0.6.0
4749
# via antsibull-docs
48-
attrs==24.3.0
50+
attrs==25.3.0
4951
# via aiohttp
50-
babel==2.16.0
52+
babel==2.17.0
5153
# via
5254
# sphinx
5355
# sphinx-intl
5456
build==1.2.2.post1
5557
# via antsibull-core
56-
certifi==2024.12.14
58+
certifi==2025.6.15
5759
# via requests
58-
charset-normalizer==3.4.1
60+
charset-normalizer==3.4.2
5961
# via requests
60-
click==8.1.8
62+
click==8.2.1
6163
# via sphinx-intl
6264
docutils==0.18.1
6365
# via
@@ -67,7 +69,7 @@ docutils==0.18.1
6769
# rstcheck
6870
# sphinx
6971
# sphinx-rtd-theme
70-
frozenlist==1.5.0
72+
frozenlist==1.7.0
7173
# via
7274
# aiohttp
7375
# aiosignal
@@ -77,19 +79,19 @@ idna==3.10
7779
# yarl
7880
imagesize==1.4.1
7981
# via sphinx
80-
jinja2==3.1.5
82+
jinja2==3.1.6
8183
# via
8284
# -c tests/constraints.in
8385
# -r tests/requirements.in
8486
# antsibull-docs
8587
# sphinx
8688
markupsafe==3.0.2
8789
# via jinja2
88-
multidict==6.1.0
90+
multidict==6.4.4
8991
# via
9092
# aiohttp
9193
# yarl
92-
packaging==24.2
94+
packaging==25.0
9395
# via
9496
# antsibull-changelog
9597
# antsibull-core
@@ -98,17 +100,18 @@ packaging==24.2
98100
# sphinx
99101
perky==0.9.3
100102
# via antsibull-core
101-
propcache==0.2.1
103+
propcache==0.3.2
102104
# via
103105
# aiohttp
104106
# yarl
105-
pydantic==2.10.5
107+
pydantic==2.11.7
106108
# via
109+
# antsibull-changelog
107110
# antsibull-core
108111
# antsibull-docs
109-
pydantic-core==2.27.2
112+
pydantic-core==2.33.2
110113
# via pydantic
111-
pygments==2.19.1
114+
pygments==2.19.2
112115
# via
113116
# ansible-pygments
114117
# sphinx
@@ -120,7 +123,7 @@ pyyaml==6.0.2
120123
# -r tests/requirements.in
121124
# antsibull-docs
122125
# antsibull-fileutils
123-
requests==2.32.3
126+
requests==2.32.4
124127
# via sphinx
125128
resolvelib==1.0.1
126129
# via
@@ -139,7 +142,7 @@ semantic-version==2.10.0
139142
# antsibull-docs
140143
six==1.17.0
141144
# via twiggy
142-
snowballstemmer==2.2.0
145+
snowballstemmer==3.0.1
143146
# via sphinx
144147
sphinx==7.2.5
145148
# via
@@ -158,7 +161,7 @@ sphinx-copybutton==0.5.2
158161
# via -r tests/requirements.in
159162
sphinx-intl==2.3.1
160163
# via -r tests/requirements.in
161-
sphinx-notfound-page==1.0.4
164+
sphinx-notfound-page==1.1.0
162165
# via -r tests/requirements.in
163166
sphinx-rtd-theme==3.0.2
164167
# via
@@ -186,17 +189,20 @@ twiggy==0.5.1
186189
# antsibull-docs
187190
types-docutils==0.18.3
188191
# via rstcheck
189-
typing-extensions==4.12.2
192+
typing-extensions==4.14.0
190193
# via
191194
# multidict
192195
# pydantic
193196
# pydantic-core
194197
# rstcheck
195-
urllib3==2.3.0
198+
# typing-inspection
199+
typing-inspection==0.4.1
200+
# via pydantic
201+
urllib3==2.5.0
196202
# via requests
197-
yarl==1.18.3
203+
yarl==1.20.1
198204
# via aiohttp
199205

200206
# The following packages are considered to be unsafe in a requirements file:
201-
setuptools==75.8.0
207+
setuptools==80.9.0
202208
# via sphinx-intl

0 commit comments

Comments
 (0)