We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c3f19 commit 2e1f5afCopy full SHA for 2e1f5af
tests/requirements.txt
@@ -54,7 +54,7 @@ build==1.3.0
54
# via antsibull-core
55
certifi==2025.8.3
56
# via requests
57
-cffi==1.17.1 ; platform_python_implementation != 'PyPy'
+cffi==2.0.0 ; platform_python_implementation != 'PyPy'
58
# via cryptography
59
charset-normalizer==3.4.3
60
@@ -113,9 +113,9 @@ propcache==0.3.2
113
# via
114
# aiohttp
115
# yarl
116
-pycparser==2.22 ; platform_python_implementation != 'PyPy'
+pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
117
# via cffi
118
-pydantic==2.11.7
+pydantic==2.11.9
119
120
# antsibull-changelog
121
# antsibull-core
0 commit comments