fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
This commit is contained in:
snyk-bot 2024-05-22 22:29:57 +00:00
parent 5934e8b629
commit bdd006538c
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -2,6 +2,6 @@ flask[async]
gunicorn[gthread]
numpy==1.26.2
pandas==2.1.3
Requests==2.31.0
Requests==2.32.0
scikit_learn==1.3.2
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability