From 363a38819f98130ca559a4323f1c84e76424cb49 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 3 Nov 2024 10:34:06 +0000 Subject: [PATCH] fix(deps): update dependency scikit-learn to v1.5.0 [security] --- pyproject.toml | 2 +- python/base_component_image/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98a6876a..2b7d6d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ toml = "0.10.2" docker = "^6.0.1" db-dtypes = "1.2.0" optuna = "3.2.0" -scikit-learn = "1.2.2" +scikit-learn = "1.5.0" #plotly = "5.16.0" #matplotlib= "3.7.2" #seaborn = "0.12.2" diff --git a/python/base_component_image/pyproject.toml b/python/base_component_image/pyproject.toml index 49aabede..e3b6c7bf 100644 --- a/python/base_component_image/pyproject.toml +++ b/python/base_component_image/pyproject.toml @@ -31,7 +31,7 @@ google-cloud-pubsub = "2.15.0" google-cloud-pipeline-components = "2.6.0" db-dtypes = "1.2.0" optuna = "3.2.0" -scikit-learn = "1.2.2" +scikit-learn = "1.5.0" #plotly = "5.16.0" #matplotlib= "3.7.2" #seaborn = "0.12.2"