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-SCIKITLEARN-7217830
  • Loading branch information
snyk-bot committed Jun 8, 2024
1 parent 85ae538 commit 2706ca2
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 @@ -5,6 +5,6 @@ pydantic==2.7.1
gunicorn==22.0.0
numpy==1.26.4
pandas==2.2.2
scikit-learn==1.4.2
scikit-learn==1.5.0
joblib==1.4.2
eli5==0.13.0

0 comments on commit 2706ca2

Please sign in to comment.