From ea105417bec2c96f436a32f0f453cc40c8f42c9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 01:07:51 +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-NOTEBOOK-2441824 --- 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 680d08166..ea033da07 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -29,7 +29,7 @@ mistune==0.8.3 nbconvert==5.4.0 nbformat==4.4.0 nltk==3.3 -notebook==5.7.0 +notebook==6.4.10 numpy==1.15.3 oauthlib==2.1.0 pandas==0.23.3