Skip to content

Commit b958cf1

Browse files
ansible-documentation-bot[bot]felixfonteinAnsible Documentation Bot
authored
[stable-2.19] ci: refresh docs build dependencies (#2839)
* 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 e47cb24 commit b958cf1

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-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
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: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ aiofiles==24.1.0
66
# antsibull-fileutils
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.12.13
9+
aiohttp==3.12.14
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
13-
aiosignal==1.3.2
13+
aiosignal==1.4.0
1414
# via aiohttp
1515
alabaster==0.7.16
1616
# via sphinx
1717
annotated-types==0.7.0
1818
# via
1919
# antsibull-changelog
2020
# pydantic
21-
ansible-pygments==0.1.1
21+
ansible-pygments==0.1.2
2222
# via
2323
# antsibull-docs
2424
# sphinx-ansible-theme
2525
antsibull-changelog==0.34.0
2626
# via antsibull-docs
2727
antsibull-core==3.4.0
2828
# via antsibull-docs
29-
antsibull-docs==2.18.0
29+
antsibull-docs==2.19.1
3030
# via
3131
# -c tests/constraints.in
3232
# -r tests/requirements.in
@@ -36,6 +36,7 @@ antsibull-docutils==1.3.0
3636
# via
3737
# -r tests/requirements.in
3838
# antsibull-changelog
39+
# antsibull-docs
3940
antsibull-fileutils==1.3.0
4041
# via
4142
# antsibull-changelog
@@ -51,7 +52,7 @@ babel==2.17.0
5152
# sphinx-intl
5253
build==1.2.2.post1
5354
# via antsibull-core
54-
certifi==2025.6.15
55+
certifi==2025.7.14
5556
# via requests
5657
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
5758
# via cryptography
@@ -64,7 +65,7 @@ colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
6465
# build
6566
# click
6667
# sphinx
67-
cryptography==45.0.4
68+
cryptography==45.0.5
6869
# via -r tests/requirements.in
6970
docutils==0.18.1
7071
# via
@@ -92,7 +93,7 @@ jinja2==3.1.6
9293
# sphinx
9394
markupsafe==3.0.2
9495
# via jinja2
95-
multidict==6.4.4
96+
multidict==6.6.3
9697
# via
9798
# aiohttp
9899
# yarl
@@ -136,7 +137,7 @@ pyyaml==6.0.2
136137
# yamllint
137138
requests==2.32.4
138139
# via sphinx
139-
resolvelib==1.1.0
140+
resolvelib==1.2.0
140141
# via
141142
# -c tests/constraints.in
142143
# -r tests/requirements.in
@@ -204,8 +205,9 @@ twiggy==0.5.1
204205
# antsibull-docs
205206
types-docutils==0.18.3
206207
# via rstcheck
207-
typing-extensions==4.14.0
208+
typing-extensions==4.14.1
208209
# via
210+
# aiosignal
209211
# pydantic
210212
# pydantic-core
211213
# rstcheck

0 commit comments

Comments
 (0)