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:
parent
5934e8b629
commit
bdd006538c
@ -2,6 +2,6 @@ flask[async]
|
|||||||
gunicorn[gthread]
|
gunicorn[gthread]
|
||||||
numpy==1.26.2
|
numpy==1.26.2
|
||||||
pandas==2.1.3
|
pandas==2.1.3
|
||||||
Requests==2.31.0
|
Requests==2.32.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
|
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
Loading…
Reference in New Issue
Block a user