From c79a7b93e7666c41e761ec8a66b185fd88ee1ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:03:32 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.2 to 1.5.0 in /app 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-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 45bf65a..fbf3edc 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ Flask==2.0.1 Flask-WTF==1.2.2 Werkzeug==2.0.3 -scikit-learn==1.2.2 +scikit-learn==1.5.0 segment-analytics-python==2.3.3 numpy==1.24.4 sentence-transformers==2.3.1