From a2d27603ff9672a074f076bd0a801e52e171d0eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 10:45:58 +0000 Subject: [PATCH] fix: projects/Fetch_and_store_tweets/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- projects/Fetch_and_store_tweets/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Fetch_and_store_tweets/requirements.txt b/projects/Fetch_and_store_tweets/requirements.txt index b7b86914c..aa6e16275 100644 --- a/projects/Fetch_and_store_tweets/requirements.txt +++ b/projects/Fetch_and_store_tweets/requirements.txt @@ -1 +1,2 @@ tweepy==3.9.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability