From ba019ad143785f01431022936ee9655e65b94ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 05:35:28 +0000 Subject: [PATCH] chore(deps): bump optuna from 4.2.1 to 4.3.0 Bumps [optuna](https://github.com/optuna/optuna) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](https://github.com/optuna/optuna/compare/v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: optuna dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-hyperopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index ad06591b9..616b2dd16 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -5,5 +5,5 @@ scipy==1.15.3 scikit-learn==1.6.1 filelock==3.18.0 -optuna==4.2.1 +optuna==4.3.0 cmaes==0.11.1