From bbceb6b8cc33f43e4f01b8f2fe59832234f23296 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 00:47:52 +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-MISTUNE-2328096 --- 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..4d8d95d8 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -27,7 +27,7 @@ jupyter-core==4.4.0 kiwisolver==1.0.1 MarkupSafe==1.0 matplotlib==2.2.2 -mistune==0.8.3 +mistune==2.0.1 nbconvert==5.4.0 nbformat==4.4.0 nltk==3.3