From 571bb1b6c5c379dd5228a9350ff01d6c4f91c639 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 17:04:53 +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-NLTK-5926697 - https://snyk.io/vuln/SNYK-PYTHON-NLTK-5926698 --- 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 cc88e645..5ff75968 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -28,7 +28,7 @@ matplotlib==2.2.2 mistune==0.8.3 nbconvert==5.4.0 nbformat==4.4.0 -nltk==3.3 +nltk==3.8.1 notebook==5.7.0 numpy==1.16.3 oauthlib==2.1.0