Spaces:
Sleeping
Sleeping
snyk-bot
commited on
fix: requirements.txt to reduce vulnerabilities
Browse filesThe following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NLTK-7411380
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ streamlit
|
|
7 |
python-dotenv
|
8 |
sentence-transformers
|
9 |
unstructured[pdf]
|
10 |
-
pypdf
|
|
|
|
7 |
python-dotenv
|
8 |
sentence-transformers
|
9 |
unstructured[pdf]
|
10 |
+
pypdf
|
11 |
+
nltk>=3.8.2 # not directly required, pinned by Snyk to avoid a vulnerability
|