From 385998ee7ef9dce28f1cd5e930dad867576c3c8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 06:25:25 +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(-) mode change 100755 => 100644 samples/openapi3/client/petstore/python/requirements.txt diff --git a/samples/openapi3/client/petstore/python/requirements.txt b/samples/openapi3/client/petstore/python/requirements.txt old mode 100755 new mode 100644 index f74f344f853e..f0f5c4f12a3a --- a/samples/openapi3/client/petstore/python/requirements.txt +++ b/samples/openapi3/client/petstore/python/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.3 pydantic >= 2 typing-extensions >= 4.7.1 pycryptodome >= 3.9.0