From 20d6ee8e69d9fee0d9be98513d24c8a9a3a3cca0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 16:16:34 +0000 Subject: [PATCH] fix: ImageDownloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 --- ImageDownloader/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageDownloader/requirements.txt b/ImageDownloader/requirements.txt index 566083cb6be..a6f45a9a1ac 100644 --- a/ImageDownloader/requirements.txt +++ b/ImageDownloader/requirements.txt @@ -1 +1,2 @@ requests==2.22.0 +urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability