From b7cd358b3ecb55620e42495980ba36f20a231ef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 02:55:30 +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-6002459 --- ImageDownloader/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageDownloader/requirements.txt b/ImageDownloader/requirements.txt index 566083cb6be..37370e2eaf2 100644 --- a/ImageDownloader/requirements.txt +++ b/ImageDownloader/requirements.txt @@ -1 +1,2 @@ requests==2.22.0 +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability