Skip to content

Commit 4ed749a

Browse files
[stable-2.19] ci: refresh docs build dependencies: bump antsibull-docs to 2.18.0 (ansible#2757)
* Bump antsibull-docs to 2.18.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 81c53de commit 4ed749a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.17.0 # currently approved version
6+
antsibull-docs == 2.18.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ antsibull-changelog==0.34.0
2626
# via antsibull-docs
2727
antsibull-core==3.4.0
2828
# via antsibull-docs
29-
antsibull-docs==2.17.0
29+
antsibull-docs==2.18.0
3030
# via
3131
# -c tests/constraints.in
3232
# -r tests/requirements.in
33-
antsibull-docs-parser==1.2.0
33+
antsibull-docs-parser==1.2.1
3434
# via antsibull-docs
3535
antsibull-docutils==1.2.0
3636
# via antsibull-changelog
@@ -90,7 +90,7 @@ jinja2==3.1.6
9090
# sphinx
9191
markupsafe==3.0.2
9292
# via jinja2
93-
multidict==6.5.0
93+
multidict==6.4.4
9494
# via
9595
# aiohttp
9696
# yarl
@@ -119,7 +119,7 @@ pydantic==2.11.7
119119
# antsibull-docs
120120
pydantic-core==2.33.2
121121
# via pydantic
122-
pygments==2.19.1
122+
pygments==2.19.2
123123
# via
124124
# ansible-pygments
125125
# sphinx
@@ -207,7 +207,7 @@ typing-extensions==4.14.0
207207
# typing-inspection
208208
typing-inspection==0.4.1
209209
# via pydantic
210-
urllib3==2.4.0
210+
urllib3==2.5.0
211211
# via requests
212212
yamllint==1.37.1
213213
# via -r tests/requirements.in

0 commit comments

Comments
 (0)