From 7fc8b0a839380d83013e498c4ed06d69ffa80437 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 18:32:21 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 74d37475..98f73399 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -61,7 +61,7 @@ testpath==0.4.1 tornado==5.1.1 traitlets==4.3.2 tweepy==3.6.0 -urllib3==1.23 +urllib3==1.26.17 virtualenv==16.0.0 wcwidth==0.1.7 webencodings==0.5.1