From 315eddc44c4086ab6a56f7f14fdfe1a94db4b686 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 12:27:12 +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-9726944 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index de018352..10ad8bc9 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.8.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.38.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file