From 18e1f590abc8e80aacb21ce508a04bfe1063699e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:26:25 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.2.2 to 1.5.0 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](https://github.com/scikit-learn/scikit-learn/compare/1.2.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3089750..f1a34f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ tensorflow>=2.11.1 nltk==3.7 bs4==0.0.1 -scikit-learn==1.2.2 +scikit-learn==1.5.0 Pillow==10.3.0 selenium==4.8.0 wheel==0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/setup.py b/setup.py index d5c9a9c..ae7ffb7 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run_tests(self): "pandas==1.4.2", "nltk==3.7", "tensorflow>=2.11.1", - "scikit-learn==1.2.2", + "scikit-learn==1.5.0", "joblib==1.2.0", "selenium==4.8.0", "webdriver_manager==3.8.5",