From afe4ccbe8e73cb0a5ba14eb1e0fd34221f07f200 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 03:36:29 +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 605147c8..756c6423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ geopy>=2.0.0 prettytable==0.7.2 instagram-private-api==1.6.0 gnureadline>=8.0.0; platform_system != "Windows" -pyreadline==2.1; platform_system == "Windows" \ No newline at end of file +pyreadline==2.1; platform_system == "Windows" +urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file