From 28537909ea4efc462f4d3858a98cd51c9366c032 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 13:11:22 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332644 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332645 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-15123585 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-15053866 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index de018352..a98c58fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Pillow>=9.0.0 matplotlib>=3.4.1 pip h5py -torch>=1.11.0 +torch>=2.10.0 torchvision pycocotools>=2.0.2 albumentations>=0.5.2 @@ -19,4 +19,5 @@ PyWavelets imageio pypng sorcery -black[jupyter] \ No newline at end of file +black[jupyter] +wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file