From 9a9088883f92cd5e9d78917514b1c5fafd712c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:13:54 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.5.0 in /services/alerting-ml-python Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.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.3.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/alerting-ml-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/alerting-ml-python/requirements.txt b/services/alerting-ml-python/requirements.txt index f374ff7..00f1f2d 100644 --- a/services/alerting-ml-python/requirements.txt +++ b/services/alerting-ml-python/requirements.txt @@ -1,6 +1,6 @@ numpy==1.24.4 pandas==1.5.3 -scikit-learn==1.3.2 +scikit-learn==1.5.0 pyyaml==6.0.2 fastapi==0.115.0 uvicorn[standard]==0.30.6