From 9f3cff628641e40441d0e931a0b8a1fb24ea3a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:41:27 +0000 Subject: [PATCH] Bump scikit-learn from 1.8.0 to 1.9.0 in /backend Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.8.0...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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7a74763..2dbcb8b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ pytest==9.0.2 python-dateutil==2.9.0.post0 python-jose[cryptography]==3.5.0 requests==2.33.1 -scikit-learn==1.8.0 +scikit-learn==1.9.0 scipy==1.17.1 six==1.17.0 sniffio==1.3.1