diff --git a/samples/openapi3/client/petstore/python-aiohttp/requirements.txt b/samples/openapi3/client/petstore/python-aiohttp/requirements.txt index 3564e66b316e..2341913695e2 100644 --- a/samples/openapi3/client/petstore/python-aiohttp/requirements.txt +++ b/samples/openapi3/client/petstore/python-aiohttp/requirements.txt @@ -1,8 +1,8 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3>=2.6.3 pydantic >= 2 typing-extensions >= 4.7.1 -aiohttp >= 3.0.0 +aiohttp>=3.13.3 aiohttp-retry >= 2.8.3 pycryptodome >= 3.9.0