From 0eb3e7c304312fd6e5c65b94e2983cc49352665b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:39:44 +0000 Subject: [PATCH] [tune](deps): Bump mlflow in /python/requirements/tune Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.19.0 to 1.20.2. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mlflow/mlflow/compare/v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index dd94640dd763..d84673612db6 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -22,7 +22,7 @@ kubernetes==17.17.0 lightgbm==3.2.1 matplotlib==3.3.4; python_version < '3.7' matplotlib==3.4.2; python_version >= '3.7' -mlflow==1.19.0 +mlflow==1.20.2 mock==4.0.3 mxnet==1.8.0.post0 nevergrad==0.4.3.post7