From 93ac341be3c8cd39cbd0c1a6b7ba6252ce969cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:21 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.6.1 in /backend Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.6.1 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 5d4c2c4..5bdf2e1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ psycopg2-binary==2.9.9 pandas==2.1.3 numpy==1.25.2 matplotlib==3.8.2 -scikit-learn==1.3.2 +scikit-learn==1.6.1 python-multipart==0.0.6 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4