From dd87bb3b34dc39dd47ea906be49194bafd796308 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 09:31:24 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- 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..938a90fd9 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.5.0 # not directly required, pinned by Snyk to avoid a vulnerability