From 9cb83e2defc50e222f611d321fd52f2c8309686c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:40:37 -0400 Subject: [PATCH] pip(deps): bump optuna from 2.8.0 to 2.9.0 (#76) Bumps [optuna](https://github.com/optuna/optuna) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](https://github.com/optuna/optuna/compare/v2.8.0...v2.9.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/TUNE_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/TUNE_REQUIREMENTS.txt b/requirements/TUNE_REQUIREMENTS.txt index 04534b27..2fe29aba 100644 --- a/requirements/TUNE_REQUIREMENTS.txt +++ b/requirements/TUNE_REQUIREMENTS.txt @@ -1,4 +1,4 @@ -optuna==2.8.0 +optuna==2.9.0 #torchvision #torch #ax-platform \ No newline at end of file