From 81b1e8c380640a8bba6bafe97b26ca0cfef7666b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 06:33:12 +0000 Subject: [PATCH] fix: demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-9788071 --- demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt b/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt index e77d612b..5043e7b7 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt @@ -2,3 +2,4 @@ pytorch_lightning==1.9.5 ray_lightning torchmetrics==0.9.1 torchvision==0.12.0 +torch>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability