Skip to content

Commit 09163ed

Browse files
ci: refresh docs build dependencies
1 parent e693d5a commit 09163ed

File tree

1 file changed

+25
-31
lines changed

1 file changed

+25
-31
lines changed

tests/requirements.txt

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/requirements.txt --strip-extras tests/requirements.in
66
#
7-
aiofiles==24.1.0
7+
aiofiles==25.1.0
88
# via
99
# antsibull-core
1010
# antsibull-fileutils
1111
aiohappyeyeballs==2.6.1
1212
# via aiohttp
13-
aiohttp==3.12.14
13+
aiohttp==3.13.2
1414
# via
1515
# antsibull-core
1616
# antsibull-docs
@@ -28,38 +28,38 @@ ansible-pygments==0.1.2
2828
# sphinx-ansible-theme
2929
antsibull-changelog==0.34.0
3030
# via antsibull-docs
31-
antsibull-core==3.4.0
31+
antsibull-core==3.5.0
3232
# via antsibull-docs
33-
antsibull-docs==2.21.0
33+
antsibull-docs==2.23.0
3434
# via
3535
# -c tests/constraints.in
3636
# -r tests/requirements.in
3737
antsibull-docs-parser==1.2.2
3838
# via antsibull-docs
39-
antsibull-docutils==1.3.0
39+
antsibull-docutils==1.3.1
4040
# via
4141
# antsibull-changelog
4242
# antsibull-docs
43-
antsibull-fileutils==1.4.0
43+
antsibull-fileutils==1.5.1
4444
# via
4545
# antsibull-changelog
4646
# antsibull-core
4747
# antsibull-docs
4848
asyncio-pool==0.6.0
4949
# via antsibull-docs
50-
attrs==25.3.0
50+
attrs==25.4.0
5151
# via aiohttp
5252
babel==2.17.0
5353
# via
5454
# sphinx
5555
# sphinx-intl
56-
build==1.2.2.post1
56+
build==1.3.0
5757
# via antsibull-core
58-
certifi==2025.7.14
58+
certifi==2025.11.12
5959
# via requests
60-
charset-normalizer==3.4.2
60+
charset-normalizer==3.4.4
6161
# via requests
62-
click==8.2.1
62+
click==8.3.1
6363
# via sphinx-intl
6464
docutils==0.18.1
6565
# via
@@ -69,11 +69,11 @@ docutils==0.18.1
6969
# rstcheck
7070
# sphinx
7171
# sphinx-rtd-theme
72-
frozenlist==1.7.0
72+
frozenlist==1.8.0
7373
# via
7474
# aiohttp
7575
# aiosignal
76-
idna==3.10
76+
idna==3.11
7777
# via
7878
# requests
7979
# yarl
@@ -85,9 +85,9 @@ jinja2==3.1.6
8585
# -r tests/requirements.in
8686
# antsibull-docs
8787
# sphinx
88-
markupsafe==3.0.2
88+
markupsafe==3.0.3
8989
# via jinja2
90-
multidict==6.6.3
90+
multidict==6.7.0
9191
# via
9292
# aiohttp
9393
# yarl
@@ -100,30 +100,30 @@ packaging==25.0
100100
# sphinx
101101
perky==0.9.3
102102
# via antsibull-core
103-
propcache==0.3.2
103+
propcache==0.4.1
104104
# via
105105
# aiohttp
106106
# yarl
107-
pydantic==2.11.7
107+
pydantic==2.12.4
108108
# via
109109
# antsibull-changelog
110110
# antsibull-core
111111
# antsibull-docs
112-
pydantic-core==2.33.2
112+
pydantic-core==2.41.5
113113
# via pydantic
114114
pygments==2.19.2
115115
# via
116116
# ansible-pygments
117117
# sphinx
118118
pyproject-hooks==1.2.0
119119
# via build
120-
pyyaml==6.0.2
120+
pyyaml==6.0.3
121121
# via
122122
# -c tests/constraints.in
123123
# -r tests/requirements.in
124124
# antsibull-docs
125125
# antsibull-fileutils
126-
requests==2.32.4
126+
requests==2.32.5
127127
# via sphinx
128128
resolvelib==1.0.1
129129
# via
@@ -160,7 +160,7 @@ sphinx-ansible-theme==0.10.3
160160
# via -r tests/requirements.in
161161
sphinx-copybutton==0.5.2
162162
# via -r tests/requirements.in
163-
sphinx-intl==2.3.1
163+
sphinx-intl==2.3.2
164164
# via -r tests/requirements.in
165165
sphinx-notfound-page==1.1.0
166166
# via -r tests/requirements.in
@@ -185,25 +185,19 @@ sphinxcontrib-qthelp==2.0.0
185185
sphinxcontrib-serializinghtml==2.0.0
186186
# via sphinx
187187
twiggy==0.5.1
188-
# via
189-
# antsibull-core
190-
# antsibull-docs
188+
# via antsibull-core
191189
types-docutils==0.18.3
192190
# via rstcheck
193-
typing-extensions==4.14.1
191+
typing-extensions==4.15.0
194192
# via
195193
# aiosignal
196194
# pydantic
197195
# pydantic-core
198196
# rstcheck
199197
# typing-inspection
200-
typing-inspection==0.4.1
198+
typing-inspection==0.4.2
201199
# via pydantic
202200
urllib3==2.5.0
203201
# via requests
204-
yarl==1.20.1
202+
yarl==1.22.0
205203
# via aiohttp
206-
207-
# The following packages are considered to be unsafe in a requirements file:
208-
setuptools==80.9.0
209-
# via sphinx-intl

0 commit comments

Comments
 (0)