From b373e46d528020234e5a9580c5181709f45842d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:20:29 +0200 Subject: [PATCH] Bump optuna from 3.3.0 to 3.4.0 (#13) Bumps [optuna](https://github.com/optuna/optuna) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](https://github.com/optuna/optuna/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: optuna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77b9c36..55552d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.1 -optuna==3.3.0 +optuna==3.4.0 pandas==2.1.1 scipy==1.11.3 scikit-learn==1.3.2