From 20e855e83c94547b27e4e2447bc6b1f980171280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:08:24 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.1 to 1.5.0 in /app Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.5.0) --- 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 fb7d398..f135478 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -11,5 +11,5 @@ cloudpickle==2.0.0 joblib==1.2.0 numpy==1.23.5 pandas==1.5.3 -scikit-learn==1.1.1 +scikit-learn==1.5.0 typing-extensions==4.8.0 \ No newline at end of file