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-MINIO-8445269
  • Loading branch information
snyk-bot committed Dec 1, 2024
1 parent 2a0f178 commit bb53767
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 @@ -14,7 +14,7 @@ numpy==1.23.5
scipy==1.10.1
xgboost==1.7.3
python-dateutil==2.8.2
minio==6.0.0
minio==7.2.11
gensim==4.3.2
pandas==1.5.3
imbalanced-learn==0.12.3
Expand Down

0 comments on commit bb53767

Please sign in to comment.