Skip to content

Commit 18909cc

Browse files
build(deps): bump scikit-learn from 1.2.2 to 1.5.0 (#17)
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.2.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c0d492 commit 18909cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tensorflow>=2.11.1
22
nltk==3.9
33
bs4==0.0.1
4-
scikit-learn==1.2.2
4+
scikit-learn==1.5.0
55
Pillow==10.3.0
66
selenium==4.8.0
77
wheel==0.38.1 # not directly required, pinned by Snyk to avoid a vulnerability

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run_tests(self):
105105
"pandas==1.4.2",
106106
"nltk==3.9",
107107
"tensorflow>=2.11.1",
108-
"scikit-learn==1.2.2",
108+
"scikit-learn==1.5.0",
109109
"joblib==1.2.0",
110110
"selenium==4.8.0",
111111
"webdriver_manager==3.8.5",

0 commit comments

Comments
 (0)