fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
This commit is contained in:
parent
f27543cdb2
commit
4574c52fbe
@ -3,4 +3,5 @@ gunicorn[gthread]
|
||||
numpy==1.26.2
|
||||
pandas==2.1.3
|
||||
Requests==2.31.0
|
||||
scikit_learn==1.3.2
|
||||
scikit_learn==1.3.2
|
||||
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
Loading…
Reference in New Issue
Block a user