From d8dd14d753edd622500382f2c531a1a100a7a703 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 19:38:01 +0000 Subject: [PATCH] fix: samples/openapi3/client/petstore/python-experimental/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- .../client/petstore/python-experimental/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/python-experimental/requirements.txt b/samples/openapi3/client/petstore/python-experimental/requirements.txt index c9227e58a1be..adc7f4eab2b6 100644 --- a/samples/openapi3/client/petstore/python-experimental/requirements.txt +++ b/samples/openapi3/client/petstore/python-experimental/requirements.txt @@ -2,4 +2,4 @@ certifi >= 14.05.14 frozendict >= 2.0.3 python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.15.1 +urllib3>=2.6.3