From 258ebdeca6374f7bad4b4ab24dd8f6699c69b3bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 05:39:59 +0000 Subject: [PATCH] fix: samples/openapi3/client/petstore/python-aiohttp/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- .../openapi3/client/petstore/python-aiohttp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/python-aiohttp/requirements.txt b/samples/openapi3/client/petstore/python-aiohttp/requirements.txt index 3564e66b316e..1ad7dc14434d 100644 --- a/samples/openapi3/client/petstore/python-aiohttp/requirements.txt +++ b/samples/openapi3/client/petstore/python-aiohttp/requirements.txt @@ -1,6 +1,6 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3>=2.6.0 pydantic >= 2 typing-extensions >= 4.7.1 aiohttp >= 3.0.0