From 73df531ebabdd43127833d16d22d74ae0e3728cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 21:35:32 +0000 Subject: [PATCH] fix: covid19-notebooks/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-9634167 --- covid19-notebooks/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/covid19-notebooks/requirements.txt b/covid19-notebooks/requirements.txt index c147cdbe..ef0b650b 100644 --- a/covid19-notebooks/requirements.txt +++ b/covid19-notebooks/requirements.txt @@ -8,3 +8,4 @@ pywaffle requests scipy seaborn +torch>=2.7.1 # not directly required, pinned by Snyk to avoid a vulnerability