diff --git a/tests/requirements.txt b/tests/requirements.txt index e3d1a783b0..d1a104eeb2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -54,7 +54,7 @@ build==1.3.0 # via antsibull-core certifi==2025.8.3 # via requests -cffi==1.17.1 ; platform_python_implementation != 'PyPy' +cffi==2.0.0 ; platform_python_implementation != 'PyPy' # via cryptography charset-normalizer==3.4.3 # via requests @@ -113,9 +113,9 @@ propcache==0.3.2 # via # aiohttp # yarl -pycparser==2.22 ; platform_python_implementation != 'PyPy' +pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy' # via cffi -pydantic==2.11.7 +pydantic==2.11.9 # via # antsibull-changelog # antsibull-core