From 88f6565bff20edab6b97d67f9dc46c2a5f790c04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 21:53:46 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e1950a0..a3a34d8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ torchvision tqdm yapf lpips -gdown # supports downloading the large file from Google Drive \ No newline at end of file +gdown # supports downloading the large file from Google Drive +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file