From 090db18b1f24ef64ed26a412f5d4e947e860a0c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Dec 2025 06:47:31 +0000 Subject: [PATCH] fix: samples/client/echo_api/python/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 --- samples/client/echo_api/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/echo_api/python/requirements.txt b/samples/client/echo_api/python/requirements.txt index cc85509ec516..ad42b289ff90 100644 --- a/samples/client/echo_api/python/requirements.txt +++ b/samples/client/echo_api/python/requirements.txt @@ -1,5 +1,5 @@ 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