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:
snyk-bot
2024-05-07 01:18:38 +00:00
parent f27543cdb2
commit 4574c52fbe

View File

@ -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