From 893607e68d4e939bc9bee8b69082aef45070a9ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Jan 2022 00:54:58 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 74d37475..f9470899 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -32,7 +32,7 @@ nbconvert==5.4.0 nbformat==4.4.0 nltk==3.3 notebook==5.7.0 -numpy==1.15.3 +numpy==1.22.0 oauthlib==2.1.0 pandas==0.23.3 pandocfilters==1.4.2