Skip to content

Commit 399fc02

Browse files
ansible-documentation-bot[bot]felixfonteinAnsible Documentation Bot
authored
[stable-2.18] ci: refresh docs build dependencies (#2840)
* Bump antsibull-docs to 2.19.0. * ci: refresh docs build dependencies * Bump version to 2.19.1. --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Ansible Documentation Bot <null+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 1134278 commit 399fc02

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
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.18.0 # currently approved version
6+
antsibull-docs == 2.19.1 # 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: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,36 @@ aiofiles==24.1.0
1010
# antsibull-fileutils
1111
aiohappyeyeballs==2.6.1
1212
# via aiohttp
13-
aiohttp==3.12.13
13+
aiohttp==3.12.14
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
17-
aiosignal==1.3.2
17+
aiosignal==1.4.0
1818
# via aiohttp
1919
alabaster==0.7.16
2020
# via sphinx
2121
annotated-types==0.7.0
2222
# via
2323
# antsibull-changelog
2424
# pydantic
25-
ansible-pygments==0.1.1
25+
ansible-pygments==0.1.2
2626
# via
2727
# antsibull-docs
2828
# sphinx-ansible-theme
2929
antsibull-changelog==0.34.0
3030
# via antsibull-docs
3131
antsibull-core==3.4.0
3232
# via antsibull-docs
33-
antsibull-docs==2.18.0
33+
antsibull-docs==2.19.1
3434
# via
3535
# -c tests/constraints.in
3636
# -r tests/requirements.in
3737
antsibull-docs-parser==1.2.1
3838
# via antsibull-docs
39-
antsibull-docutils==1.2.0
40-
# via antsibull-changelog
39+
antsibull-docutils==1.3.0
40+
# via
41+
# antsibull-changelog
42+
# antsibull-docs
4143
antsibull-fileutils==1.3.0
4244
# via
4345
# antsibull-changelog
@@ -53,7 +55,7 @@ babel==2.17.0
5355
# sphinx-intl
5456
build==1.2.2.post1
5557
# via antsibull-core
56-
certifi==2025.6.15
58+
certifi==2025.7.14
5759
# via requests
5860
charset-normalizer==3.4.2
5961
# via requests
@@ -85,7 +87,7 @@ jinja2==3.1.6
8587
# sphinx
8688
markupsafe==3.0.2
8789
# via jinja2
88-
multidict==6.4.4
90+
multidict==6.6.3
8991
# via
9092
# aiohttp
9193
# yarl
@@ -188,8 +190,9 @@ twiggy==0.5.1
188190
# antsibull-docs
189191
types-docutils==0.18.3
190192
# via rstcheck
191-
typing-extensions==4.14.0
193+
typing-extensions==4.14.1
192194
# via
195+
# aiosignal
193196
# pydantic
194197
# pydantic-core
195198
# rstcheck

0 commit comments

Comments
 (0)