Skip to content

Commit 148ce63

Browse files
[devel] Update docs build dependencies; bump antsibull-docs to 2.16.1 (#2217)
* Bump antsibull-docs to 2.16.1. * ci: refresh docs build dependencies --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 282ed03 commit 148ce63

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

tests/constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# and antsibull-docs that production builds rely upon.
33

44
sphinx == 7.2.5
5-
antsibull-docs == 2.16.0 # currently approved version
5+
antsibull-docs == 2.16.1 # currently approved version

tests/requirements-relaxed.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiofiles==24.1.0
1010
# antsibull-fileutils
1111
aiohappyeyeballs==2.4.3
1212
# via aiohttp
13-
aiohttp==3.11.2
13+
aiohttp==3.11.7
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
@@ -28,7 +28,7 @@ antsibull-changelog==0.31.1
2828
# via antsibull-docs
2929
antsibull-core==3.4.0
3030
# via antsibull-docs
31-
antsibull-docs==2.16.0
31+
antsibull-docs==2.16.1
3232
# via -r tests/requirements-relaxed.in
3333
antsibull-docs-parser==1.1.0
3434
# via antsibull-docs
@@ -97,11 +97,11 @@ propcache==0.2.0
9797
# via
9898
# aiohttp
9999
# yarl
100-
pydantic==2.9.2
100+
pydantic==2.10.0
101101
# via
102102
# antsibull-core
103103
# antsibull-docs
104-
pydantic-core==2.23.4
104+
pydantic-core==2.27.0
105105
# via pydantic
106106
pygments==2.18.0
107107
# via
@@ -179,9 +179,9 @@ typing-extensions==4.12.2
179179
# pydantic-core
180180
urllib3==2.2.3
181181
# via requests
182-
yarl==1.17.1
182+
yarl==1.18.0
183183
# via aiohttp
184184

185185
# The following packages are considered to be unsafe in a requirements file:
186-
setuptools==75.5.0
186+
setuptools==75.6.0
187187
# via sphinx-intl

tests/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiofiles==24.1.0
1010
# antsibull-fileutils
1111
aiohappyeyeballs==2.4.3
1212
# via aiohttp
13-
aiohttp==3.11.2
13+
aiohttp==3.11.7
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
@@ -28,7 +28,7 @@ antsibull-changelog==0.31.1
2828
# via antsibull-docs
2929
antsibull-core==3.4.0
3030
# via antsibull-docs
31-
antsibull-docs==2.16.0
31+
antsibull-docs==2.16.1
3232
# via
3333
# -c tests/constraints.in
3434
# -r tests/requirements-relaxed.in
@@ -99,11 +99,11 @@ propcache==0.2.0
9999
# via
100100
# aiohttp
101101
# yarl
102-
pydantic==2.9.2
102+
pydantic==2.10.0
103103
# via
104104
# antsibull-core
105105
# antsibull-docs
106-
pydantic-core==2.23.4
106+
pydantic-core==2.27.0
107107
# via pydantic
108108
pygments==2.18.0
109109
# via
@@ -185,9 +185,9 @@ typing-extensions==4.12.2
185185
# rstcheck
186186
urllib3==2.2.3
187187
# via requests
188-
yarl==1.17.1
188+
yarl==1.18.0
189189
# via aiohttp
190190

191191
# The following packages are considered to be unsafe in a requirements file:
192-
setuptools==75.5.0
192+
setuptools==75.6.0
193193
# via sphinx-intl

0 commit comments

Comments
 (0)