From af9a07a6f451958cccc0b86bb41ec44936f0d40c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Dec 2025 04:55:34 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FILELOCK-14458335 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-14534878 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e1950a0..220c0908 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,9 +9,10 @@ requests scikit-image scipy tb-nightly -torch>=1.7.1 +torch>=2.2.0 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 +filelock>=3.20.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file