Skip to content

Commit a4e48c3

Browse files
[devel] ci: refresh docs build dependencies (#2314)
* ci: refresh docs build dependencies * ci: refresh docs build dependencies --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent fd41e24 commit a4e48c3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tests/requirements-relaxed.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiofiles==24.1.0
66
# antsibull-fileutils
77
aiohappyeyeballs==2.4.4
88
# via aiohttp
9-
aiohttp==3.11.10
9+
aiohttp==3.11.11
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
@@ -47,9 +47,9 @@ build==1.2.2.post1
4747
# via antsibull-core
4848
certifi==2024.12.14
4949
# via requests
50-
charset-normalizer==3.4.0
50+
charset-normalizer==3.4.1
5151
# via requests
52-
click==8.1.7
52+
click==8.1.8
5353
# via sphinx-intl
5454
colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or os_name == 'nt'
5555
# via
@@ -74,7 +74,7 @@ idna==3.10
7474
# yarl
7575
imagesize==1.4.1
7676
# via sphinx
77-
jinja2==3.1.4
77+
jinja2==3.1.5
7878
# via
7979
# -r tests/requirements-relaxed.in
8080
# antsibull-docs
@@ -98,11 +98,11 @@ propcache==0.2.1
9898
# via
9999
# aiohttp
100100
# yarl
101-
pydantic==2.10.3
101+
pydantic==2.10.4
102102
# via
103103
# antsibull-core
104104
# antsibull-docs
105-
pydantic-core==2.27.1
105+
pydantic-core==2.27.2
106106
# via pydantic
107107
pygments==2.18.0
108108
# via
@@ -183,7 +183,7 @@ typing-extensions==4.12.2
183183
# pydantic
184184
# pydantic-core
185185
# rstcheck
186-
urllib3==2.2.3
186+
urllib3==2.3.0
187187
# via requests
188188
yarl==1.18.3
189189
# via aiohttp

tests/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiofiles==24.1.0
66
# antsibull-fileutils
77
aiohappyeyeballs==2.4.4
88
# via aiohttp
9-
aiohttp==3.11.10
9+
aiohttp==3.11.11
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
@@ -49,9 +49,9 @@ build==1.2.2.post1
4949
# via antsibull-core
5050
certifi==2024.12.14
5151
# via requests
52-
charset-normalizer==3.4.0
52+
charset-normalizer==3.4.1
5353
# via requests
54-
click==8.1.7
54+
click==8.1.8
5555
# via sphinx-intl
5656
colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or os_name == 'nt'
5757
# via
@@ -76,7 +76,7 @@ idna==3.10
7676
# yarl
7777
imagesize==1.4.1
7878
# via sphinx
79-
jinja2==3.1.4
79+
jinja2==3.1.5
8080
# via
8181
# -r tests/requirements-relaxed.in
8282
# antsibull-docs
@@ -100,11 +100,11 @@ propcache==0.2.1
100100
# via
101101
# aiohttp
102102
# yarl
103-
pydantic==2.10.3
103+
pydantic==2.10.4
104104
# via
105105
# antsibull-core
106106
# antsibull-docs
107-
pydantic-core==2.27.1
107+
pydantic-core==2.27.2
108108
# via pydantic
109109
pygments==2.18.0
110110
# via
@@ -186,7 +186,7 @@ typing-extensions==4.12.2
186186
# pydantic
187187
# pydantic-core
188188
# rstcheck
189-
urllib3==2.2.3
189+
urllib3==2.3.0
190190
# via requests
191191
yarl==1.18.3
192192
# via aiohttp

0 commit comments

Comments
 (0)