From e2481e5da56674962fb4dee82425a88489369d9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 19:01:02 +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-7411380 --- 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 f4293304..42a79a37 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -27,7 +27,7 @@ matplotlib==2.2.2 mistune==0.8.3 nbconvert==5.4.0 nbformat==4.4.0 -nltk==3.3 +nltk==3.8.2 notebook==5.7.0 numpy==1.21.5 oauthlib==2.1.0