From 3e023c6ae4e80ce9ccbd3bbc991b2bdf1b576d30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 02:11:21 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYASN1-15032639 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332644 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332645 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-15053866 --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e1950a0..96c61e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,9 +9,11 @@ requests scikit-image scipy tb-nightly -torch>=1.7.1 +torch>=2.10.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 +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability +wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file