From 3f265b04dbab089a940523bb629ac62d302faa65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 20:04:12 +0000 Subject: [PATCH] fix: samples/openapi3/client/petstore/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- samples/openapi3/client/petstore/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/python/requirements.txt b/samples/openapi3/client/petstore/python/requirements.txt index 96947f60408f..c979578e90f4 100644 --- a/samples/openapi3/client/petstore/python/requirements.txt +++ b/samples/openapi3/client/petstore/python/requirements.txt @@ -1,3 +1,3 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3 +urllib3>=2.6.3