From 6331c05834d439613a18e5f9a8da3daf535b43f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Dec 2021 10:47:17 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b2ef72..d82d7aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ requests_cache pandas pytest nltk -# python -c 'import nltk; nltk.download("stopwords")' \ No newline at end of file +# python -c 'import nltk; nltk.download("stopwords")' +numpy>=1.22.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file