From 18c57ce3226c7fcd04199fbb3589fc58dfc35c8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 15:20:47 +0000 Subject: [PATCH] fix: v3/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 --- v3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/requirements.txt b/v3/requirements.txt index 283476a..8e547ee 100644 --- a/v3/requirements.txt +++ b/v3/requirements.txt @@ -41,7 +41,7 @@ tensorflow==2.6.1 tensorflow-estimator==2.6.1 termcolor==1.1.0 typing-extensions==3.7.4.3 -urllib3==1.26.7 +urllib3==1.26.18 websocket-client==0.58.0 Werkzeug==2.0.2 wrapt==1.12.1