From 26440c66533a18577acc6690bff6b53921ae81f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:11:37 +0000 Subject: [PATCH] Upgrade: Bump mlflow in /dockerfile_jupyter_notebook Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.4.0 to 1.23.1. - [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.4.0...v1.23.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dockerfile_jupyter_notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile_jupyter_notebook/requirements.txt b/dockerfile_jupyter_notebook/requirements.txt index 3c35926..bcaad79 100644 --- a/dockerfile_jupyter_notebook/requirements.txt +++ b/dockerfile_jupyter_notebook/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary -mlflow==1.4.0 +mlflow==1.23.1 xgboost boto3 oandapyV20