From a609973bb28f907d7c6c2c4a1dd2d2ea4c7f7f2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 03:16:12 +0000 Subject: [PATCH] fix: superstore/Python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- superstore/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superstore/Python/requirements.txt b/superstore/Python/requirements.txt index 01a294d..3f4385b 100644 --- a/superstore/Python/requirements.txt +++ b/superstore/Python/requirements.txt @@ -26,5 +26,5 @@ starlette==0.14.2 threadpoolctl==2.2.0 typing==3.7.4.3 typing-extensions==3.10.0.2 -urllib3==1.26.7 +urllib3==2.5.0 uvicorn==0.15.0