From d38a1e99f626777696f10a5e6eb3d5ddf7a7e327 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 06:13:33 +0000 Subject: [PATCH] fix: samples/openapi3/client/petstore/python-pydantic-v1/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 --- .../client/petstore/python-pydantic-v1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/python-pydantic-v1/requirements.txt b/samples/openapi3/client/petstore/python-pydantic-v1/requirements.txt index e807d94fe0a2..679caa504f31 100644 --- a/samples/openapi3/client/petstore/python-pydantic-v1/requirements.txt +++ b/samples/openapi3/client/petstore/python-pydantic-v1/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 >= 1.10.5, < 2 aenum >= 3.1.11 pycryptodome >= 3.9.0