From d5bd7305e30d0f19e3965605bf94ca2a2055b4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:34:07 +0000 Subject: [PATCH] build(deps): bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/data/serve_resources/mlflow/xgboost/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/serve_resources/mlflow/xgboost/requirements.txt b/tests/data/serve_resources/mlflow/xgboost/requirements.txt index 6f879340a7..30fc49cc97 100644 --- a/tests/data/serve_resources/mlflow/xgboost/requirements.txt +++ b/tests/data/serve_resources/mlflow/xgboost/requirements.txt @@ -3,6 +3,6 @@ lz4==4.3.2 numpy==1.26.4 pandas==2.0.3 psutil==5.9.8 -scikit-learn==1.3.2 +scikit-learn==1.5.1 scipy==1.11.3 xgboost==1.7.1