From 70ed74ee5293f498eaa9d60d349bfc058828dc67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jul 2022 20:56:00 +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-2940625 --- 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..73f53326 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.3 nbconvert==5.4.0 nbformat==4.4.0 nltk==3.3