Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 862ac7b commit f389d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setuptools>=68.0.0
uvicorn[standard]==0.27.0.post1
fastapi==0.109.0
pydantic==2.5.3
gunicorn==21.2.0
gunicorn==22.0.0
numpy==1.26.3
pandas==2.2.0
scikit-learn==1.4.0
Expand Down

0 comments on commit f389d8a

Please sign in to comment.