Skip to content

Commit

Permalink
fix: pip-sample/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NLTK-7411380
  • Loading branch information
snyk-bot committed Aug 11, 2024
1 parent dd18afe commit e2481e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2481e5

Please sign in to comment.