Skip to content

Commit 8678bf8

Browse files
oraNodfelixfontein
andauthored
[stable-2.18] bump antsibull-docs version to 2.16.3 (#2369)
* 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 362e85d commit 8678bf8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
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.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
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: 20 additions & 20 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
@@ -43,19 +43,19 @@ antsibull-fileutils==1.1.0
4343
# antsibull-docs
4444
asyncio-pool==0.6.0
4545
# via antsibull-docs
46-
attrs==24.2.0
46+
attrs==24.3.0
4747
# via aiohttp
4848
babel==2.16.0
4949
# via
5050
# sphinx
5151
# sphinx-intl
5252
build==1.2.2.post1
5353
# via antsibull-core
54-
certifi==2024.8.30
54+
certifi==2024.12.14
5555
# via requests
56-
charset-normalizer==3.4.0
56+
charset-normalizer==3.4.1
5757
# via requests
58-
click==8.1.7
58+
click==8.1.8
5959
# via sphinx-intl
6060
docutils==0.18.1
6161
# via
@@ -75,7 +75,7 @@ idna==3.10
7575
# yarl
7676
imagesize==1.4.1
7777
# via sphinx
78-
jinja2==3.1.4
78+
jinja2==3.1.5
7979
# via
8080
# -c tests/constraints.in
8181
# -r tests/requirements.in
@@ -96,17 +96,17 @@ packaging==24.2
9696
# sphinx
9797
perky==0.9.3
9898
# via antsibull-core
99-
propcache==0.2.0
99+
propcache==0.2.1
100100
# via
101101
# aiohttp
102102
# yarl
103-
pydantic==2.10.0
103+
pydantic==2.10.5
104104
# via
105105
# antsibull-core
106106
# antsibull-docs
107-
pydantic-core==2.27.0
107+
pydantic-core==2.27.2
108108
# via pydantic
109-
pygments==2.18.0
109+
pygments==2.19.1
110110
# via
111111
# ansible-pygments
112112
# sphinx
@@ -135,7 +135,7 @@ semantic-version==2.10.0
135135
# antsibull-changelog
136136
# antsibull-core
137137
# antsibull-docs
138-
six==1.16.0
138+
six==1.17.0
139139
# via twiggy
140140
snowballstemmer==2.2.0
141141
# via sphinx
@@ -154,7 +154,7 @@ sphinx-ansible-theme==0.10.3
154154
# via -r tests/requirements.in
155155
sphinx-copybutton==0.5.2
156156
# via -r tests/requirements.in
157-
sphinx-intl==2.3.0
157+
sphinx-intl==2.3.1
158158
# via -r tests/requirements.in
159159
sphinx-notfound-page==1.0.4
160160
# via -r tests/requirements.in
@@ -187,11 +187,11 @@ typing-extensions==4.12.2
187187
# pydantic
188188
# pydantic-core
189189
# rstcheck
190-
urllib3==2.2.3
190+
urllib3==2.3.0
191191
# via requests
192-
yarl==1.18.0
192+
yarl==1.18.3
193193
# via aiohttp
194194

195195
# The following packages are considered to be unsafe in a requirements file:
196-
setuptools==75.6.0
196+
setuptools==75.8.0
197197
# via sphinx-intl

0 commit comments

Comments
 (0)