From 708ef3bdb144b95414edebf001dc5f46ee8dc37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:52:28 +0000 Subject: [PATCH] fix(deps)(deps): bump scikit-learn from 1.4.2 to 1.9.0 in /ml-service Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.9.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ml-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-service/requirements.txt b/ml-service/requirements.txt index 27619e60..3e1d0a83 100644 --- a/ml-service/requirements.txt +++ b/ml-service/requirements.txt @@ -5,4 +5,4 @@ redis==5.2.1 # ML dependencies (optional – service degrades gracefully without them) numpy==1.26.4 -scikit-learn==1.4.2 +scikit-learn==1.9.0