From 0ee4f521a7528bd02c59b4ffe60328303268cc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:40:56 +0000 Subject: [PATCH] Bump scikit-learn from 1.0.2 to 1.5.0 in /supply-management-system Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.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.0.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- supply-management-system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply-management-system/requirements.txt b/supply-management-system/requirements.txt index a296a29..9dc39c2 100644 --- a/supply-management-system/requirements.txt +++ b/supply-management-system/requirements.txt @@ -1,6 +1,6 @@ Flask==2.0.2 numpy==1.20.2 pandas==1.3.5 -scikit-learn==1.0.2 +scikit-learn==1.5.0 scipy==1.7.3 hashlib==1.0.2