From 6585662150b0a18d9813eb122ff2b2842ec225d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 16:35:00 +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-IDNA-6597975 --- ImageDownloader/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageDownloader/requirements.txt b/ImageDownloader/requirements.txt index 566083cb6be..29548fb6234 100644 --- a/ImageDownloader/requirements.txt +++ b/ImageDownloader/requirements.txt @@ -1 +1,2 @@ requests==2.22.0 +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability