Skip to content

Commit 135e481

Browse files
oraNodfelixfontein
andauthored
[stable-2.16] Bump antsibull-docs to 2.16.3 (#2371)
* bump antsibull-docs version to 2.16.3 Co-authored-by: Felix Fontein <[email protected]> * update docs build dependencies --------- Co-authored-by: Felix Fontein <[email protected]>
1 parent cb0a8f6 commit 135e481

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
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.1.2 # sphinx >= 7.2 breaks for 404 pages. -- https://github.com/ansible/ansible-documentation/issues/678
6-
antsibull-docs == 2.16.2 # currently approved version
6+
antsibull-docs == 2.16.3 # 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
jinja2 >= 3.0.0 # https://github.com/ansible/ansible/blob/stable-2.16/requirements.txt

tests/requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ aiofiles==24.1.0
88
# via
99
# antsibull-core
1010
# antsibull-fileutils
11-
aiohappyeyeballs==2.4.3
11+
aiohappyeyeballs==2.4.4
1212
# via aiohttp
13-
aiohttp==3.11.7
13+
aiohttp==3.11.11
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
17-
aiosignal==1.3.1
17+
aiosignal==1.3.2
1818
# via aiohttp
1919
alabaster==0.7.16
2020
# via sphinx
@@ -28,13 +28,13 @@ antsibull-changelog==0.31.1
2828
# via antsibull-docs
2929
antsibull-core==3.4.0
3030
# via antsibull-docs
31-
antsibull-docs==2.16.2
31+
antsibull-docs==2.16.3
3232
# via
3333
# -c tests/constraints.in
3434
# -r tests/requirements.in
35-
antsibull-docs-parser==1.1.0
35+
antsibull-docs-parser==1.1.1
3636
# via antsibull-docs
37-
antsibull-docutils==1.0.0
37+
antsibull-docutils==1.1.0
3838
# via antsibull-changelog
3939
antsibull-fileutils==1.1.0
4040
# via
@@ -45,19 +45,19 @@ async-timeout==5.0.1
4545
# via aiohttp
4646
asyncio-pool==0.6.0
4747
# via antsibull-docs
48-
attrs==24.2.0
48+
attrs==24.3.0
4949
# via aiohttp
5050
babel==2.16.0
5151
# via
5252
# sphinx
5353
# sphinx-intl
5454
build==1.2.2.post1
5555
# via antsibull-core
56-
certifi==2024.8.30
56+
certifi==2024.12.14
5757
# via requests
58-
charset-normalizer==3.4.0
58+
charset-normalizer==3.4.1
5959
# via requests
60-
click==8.1.7
60+
click==8.1.8
6161
# via sphinx-intl
6262
docutils==0.18.1
6363
# via
@@ -77,7 +77,7 @@ idna==3.10
7777
# yarl
7878
imagesize==1.4.1
7979
# via sphinx
80-
jinja2==3.1.4
80+
jinja2==3.1.5
8181
# via
8282
# -c tests/constraints.in
8383
# -r tests/requirements.in
@@ -98,17 +98,17 @@ packaging==24.2
9898
# sphinx
9999
perky==0.9.3
100100
# via antsibull-core
101-
propcache==0.2.0
101+
propcache==0.2.1
102102
# via
103103
# aiohttp
104104
# yarl
105-
pydantic==2.10.0
105+
pydantic==2.10.5
106106
# via
107107
# antsibull-core
108108
# antsibull-docs
109-
pydantic-core==2.27.0
109+
pydantic-core==2.27.2
110110
# via pydantic
111-
pygments==2.18.0
111+
pygments==2.19.1
112112
# via
113113
# ansible-pygments
114114
# sphinx
@@ -137,7 +137,7 @@ semantic-version==2.10.0
137137
# antsibull-changelog
138138
# antsibull-core
139139
# antsibull-docs
140-
six==1.16.0
140+
six==1.17.0
141141
# via twiggy
142142
snowballstemmer==2.2.0
143143
# via sphinx
@@ -156,7 +156,7 @@ sphinx-ansible-theme==0.10.3
156156
# via -r tests/requirements.in
157157
sphinx-copybutton==0.5.2
158158
# via -r tests/requirements.in
159-
sphinx-intl==2.3.0
159+
sphinx-intl==2.3.1
160160
# via -r tests/requirements.in
161161
sphinx-notfound-page==1.0.4
162162
# via -r tests/requirements.in
@@ -176,7 +176,7 @@ sphinxcontrib-qthelp==2.0.0
176176
# via sphinx
177177
sphinxcontrib-serializinghtml==2.0.0
178178
# via sphinx
179-
tomli==2.1.0
179+
tomli==2.2.1
180180
# via build
181181
twiggy==0.5.1
182182
# via
@@ -190,11 +190,11 @@ typing-extensions==4.12.2
190190
# pydantic
191191
# pydantic-core
192192
# rstcheck
193-
urllib3==2.2.3
193+
urllib3==2.3.0
194194
# via requests
195-
yarl==1.18.0
195+
yarl==1.18.3
196196
# via aiohttp
197197

198198
# The following packages are considered to be unsafe in a requirements file:
199-
setuptools==75.6.0
199+
setuptools==75.8.0
200200
# via sphinx-intl

0 commit comments

Comments
 (0)