From f62655c83a3ade0062cd2062c20336def8a80f9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 01:42:55 +0000 Subject: [PATCH] fix: Python/Twitter_Images_Downloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- Python/Twitter_Images_Downloader/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/Twitter_Images_Downloader/requirements.txt b/Python/Twitter_Images_Downloader/requirements.txt index 03318de72..adedf1cdf 100644 --- a/Python/Twitter_Images_Downloader/requirements.txt +++ b/Python/Twitter_Images_Downloader/requirements.txt @@ -1,3 +1,4 @@ tweepy==3.10.0 decouple==0.0.7 requests==2.25.1 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability