From 089a8aec66e1c8190ffff221c8c9bf6ebbdb9d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:09:36 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.5.1 in /app Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn 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 f74c46d..d70ee17 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==0.24.2 +scikit-learn==1.5.1 segment-analytics-python==2.3.3 numpy==1.22.0 sentence-transformers==2.2.1