Skip to content

Commit 564e85c

Browse files
[stable-2.19] ci: refresh docs build dependencies, bump antsibull-docs to 2.17.0 (ansible#2683)
* Bump antsibull-docs to 2.17.0. * ci: refresh docs build dependencies --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent d1bc9ef commit 564e85c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
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.17.0 # currently approved version
77

88
sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678
99
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

tests/requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiofiles==24.1.0
66
# antsibull-fileutils
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.16
9+
aiohttp==3.12.7
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
@@ -22,11 +22,11 @@ ansible-pygments==0.1.1
2222
# via
2323
# antsibull-docs
2424
# sphinx-ansible-theme
25-
antsibull-changelog==0.33.0
25+
antsibull-changelog==0.34.0
2626
# via antsibull-docs
2727
antsibull-core==3.4.0
2828
# via antsibull-docs
29-
antsibull-docs==2.16.3
29+
antsibull-docs==2.17.0
3030
# via
3131
# -c tests/constraints.in
3232
# -r tests/requirements.in
@@ -49,20 +49,20 @@ babel==2.17.0
4949
# sphinx-intl
5050
build==1.2.2.post1
5151
# via antsibull-core
52-
certifi==2025.1.31
52+
certifi==2025.4.26
5353
# via requests
5454
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
5555
# via cryptography
56-
charset-normalizer==3.4.1
56+
charset-normalizer==3.4.2
5757
# via requests
58-
click==8.1.8
58+
click==8.2.1
5959
# via sphinx-intl
6060
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
6161
# via
6262
# build
6363
# click
6464
# sphinx
65-
cryptography==44.0.2
65+
cryptography==45.0.3
6666
# via -r tests/requirements.in
6767
docutils==0.18.1
6868
# via
@@ -72,7 +72,7 @@ docutils==0.18.1
7272
# rstcheck
7373
# sphinx
7474
# sphinx-rtd-theme
75-
frozenlist==1.5.0
75+
frozenlist==1.6.2
7676
# via
7777
# aiohttp
7878
# aiosignal
@@ -90,11 +90,11 @@ jinja2==3.1.6
9090
# sphinx
9191
markupsafe==3.0.2
9292
# via jinja2
93-
multidict==6.4.3
93+
multidict==6.4.4
9494
# via
9595
# aiohttp
9696
# yarl
97-
packaging==24.2
97+
packaging==25.0
9898
# via
9999
# -r tests/requirements.in
100100
# antsibull-changelog
@@ -112,12 +112,12 @@ propcache==0.3.1
112112
# yarl
113113
pycparser==2.22 ; platform_python_implementation != 'PyPy'
114114
# via cffi
115-
pydantic==2.11.3
115+
pydantic==2.11.5
116116
# via
117117
# antsibull-changelog
118118
# antsibull-core
119119
# antsibull-docs
120-
pydantic-core==2.33.1
120+
pydantic-core==2.33.2
121121
# via pydantic
122122
pygments==2.19.1
123123
# via
@@ -149,11 +149,11 @@ semantic-version==2.10.0
149149
# antsibull-changelog
150150
# antsibull-core
151151
# antsibull-docs
152-
setuptools==78.1.0
152+
setuptools==80.9.0
153153
# via sphinx-intl
154154
six==1.17.0
155155
# via twiggy
156-
snowballstemmer==2.2.0
156+
snowballstemmer==3.0.1
157157
# via sphinx
158158
sphinx==7.2.5
159159
# via
@@ -199,17 +199,17 @@ twiggy==0.5.1
199199
# antsibull-docs
200200
types-docutils==0.18.3
201201
# via rstcheck
202-
typing-extensions==4.13.2
202+
typing-extensions==4.14.0
203203
# via
204204
# pydantic
205205
# pydantic-core
206206
# rstcheck
207207
# typing-inspection
208-
typing-inspection==0.4.0
208+
typing-inspection==0.4.1
209209
# via pydantic
210210
urllib3==2.4.0
211211
# via requests
212-
yamllint==1.37.0
212+
yamllint==1.37.1
213213
# via -r tests/requirements.in
214-
yarl==1.19.0
214+
yarl==1.20.0
215215
# via aiohttp

0 commit comments

Comments
 (0)