From 293ad66404035c525f388398341c4b43356a44b1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Jan 2025 21:04:23 +0000 Subject: [PATCH] fix(deps): update dependency optuna to v3.6.1 --- 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 500d267f..4890503a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ urllib3 = "1.26.19" toml = "0.10.2" docker = "^6.0.1" db-dtypes = "1.2.0" -optuna = "3.2.0" +optuna = "3.6.1" scikit-learn = "1.5.0" #plotly = "5.16.0" #matplotlib= "3.7.2" diff --git a/python/base_component_image/pyproject.toml b/python/base_component_image/pyproject.toml index c8953a3e..cc4d9245 100644 --- a/python/base_component_image/pyproject.toml +++ b/python/base_component_image/pyproject.toml @@ -30,7 +30,7 @@ google-cloud-pubsub = "2.27.2" #google-cloud-pipeline-components = "1.0.33" google-cloud-pipeline-components = "2.6.0" db-dtypes = "1.2.0" -optuna = "3.2.0" +optuna = "3.6.1" scikit-learn = "1.5.0" #plotly = "5.16.0" #matplotlib= "3.7.2"