Skip to content

Commit 2e1f5af

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build==1.3.0
5454
# via antsibull-core
5555
certifi==2025.8.3
5656
# via requests
57-
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
57+
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
5858
# via cryptography
5959
charset-normalizer==3.4.3
6060
# via requests
@@ -113,9 +113,9 @@ propcache==0.3.2
113113
# via
114114
# aiohttp
115115
# yarl
116-
pycparser==2.22 ; platform_python_implementation != 'PyPy'
116+
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
117117
# via cffi
118-
pydantic==2.11.7
118+
pydantic==2.11.9
119119
# via
120120
# antsibull-changelog
121121
# antsibull-core

0 commit comments

Comments
 (0)