Skip to content

Commit 06c11e6

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SCIKITLEARN-7217830
1 parent 5b7678e commit 06c11e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8==6.1.0
44
numpy==1.23.5
55
pandas==2.0.3
66
ydata-profiling==4.9.0
7-
scikit-learn==1.3.0
7+
scikit-learn==1.5.0
88
xgboost==1.7.6
99
pytest==7.4.0
1010
pytest_html==4.0.0

0 commit comments

Comments
 (0)