From c9c5b117a65d67c4c9801f805185f3c4212be3a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 05:44:26 +0000 Subject: [PATCH] fix: demo-notebooks/guided-demos/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606 --- demo-notebooks/guided-demos/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-notebooks/guided-demos/requirements.txt b/demo-notebooks/guided-demos/requirements.txt index af1bb36b..789f46f2 100644 --- a/demo-notebooks/guided-demos/requirements.txt +++ b/demo-notebooks/guided-demos/requirements.txt @@ -2,3 +2,4 @@ pytorch_lightning==2.2.5 ray_lightning torchmetrics==1.4.0 torchvision==0.18.0 +setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability