From 3985c3847e1900809b4b2955cbfd6cb964cae1e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 May 2023 19:41:59 +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-REQUESTS-5595532 --- ImageDownloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageDownloader/requirements.txt b/ImageDownloader/requirements.txt index 566083cb6be..2c24336eb31 100644 --- a/ImageDownloader/requirements.txt +++ b/ImageDownloader/requirements.txt @@ -1 +1 @@ -requests==2.22.0 +requests==2.31.0