From 62a5e3c3e32424386089dac295b0890e46b6df9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 13:47:30 +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 680d08166..cae57bc1b 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -25,7 +25,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