From a55932b441cafc4b986818b06c659129360e7541 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 15:40:03 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06f66dd..fdd9387 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ requests==2.22.0 -websocket_client==0.57.0 \ No newline at end of file +websocket_client==0.57.0 +urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file