From 6b892d22baaab5ec832933590d5ea3551c82a05f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 06:47:55 +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-10305723 --- ImageDownloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageDownloader/requirements.txt b/ImageDownloader/requirements.txt index 566083cb6be..bd6f2345868 100644 --- a/ImageDownloader/requirements.txt +++ b/ImageDownloader/requirements.txt @@ -1 +1 @@ -requests==2.22.0 +requests==2.32.4