Skip to content

Commit

Permalink
fix: requirements/nlp-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-TRANSFORMERS-6239525
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent 24ae344 commit 2d49524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/nlp-requirements.txt
Expand Up @@ -3,5 +3,5 @@ nltk<=3.6.7; python_version < '3.7'
nltk>=3.8.1; python_version >= '3.7' # not directly required, pinned by Snyk to avoid a vulnerability
textblob>=0.17.1
umap-learn
transformers>=4.0.0,<4.37.0
transformers>=4.38.0,<4.37.0
tiktoken; python_version >= '3.8'

0 comments on commit 2d49524

Please sign in to comment.