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
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -4,3 +4,4 @@ numpy==1.26.2
pandas==2.1.3
Requests==2.31.0
scikit_learn==1.3.2
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability