From 733eae33a3572fb71c0c741cbac04f592543158a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 21:08:16 +0000 Subject: [PATCH] fix: general/file-downloader/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 --- general/file-downloader/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/general/file-downloader/requirements.txt b/general/file-downloader/requirements.txt index 01bd2a08..703a7b03 100644 --- a/general/file-downloader/requirements.txt +++ b/general/file-downloader/requirements.txt @@ -1,2 +1,3 @@ tqdm -requests \ No newline at end of file +requests +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file