From 464a1f50609664bd8a4dc77ad1f97daea3d754bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jul 2024 14:59:44 +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-SETUPTOOLS-7448482 --- covid19-notebooks/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/covid19-notebooks/requirements.txt b/covid19-notebooks/requirements.txt index c147cdbe..d1962b97 100644 --- a/covid19-notebooks/requirements.txt +++ b/covid19-notebooks/requirements.txt @@ -8,3 +8,4 @@ pywaffle requests scipy seaborn +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability