From 1f96257a5e40b5b31c95b4e56cd746de894fcd72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:48:21 +0000 Subject: [PATCH] Upgrade: Bump mlflow from 1.4.0 to 2.3.1 in /dockerfile_jupyter_notebook Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.4.0 to 2.3.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v1.4.0...v2.3.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..f95f3b3 100644 --- a/dockerfile_jupyter_notebook/requirements.txt +++ b/dockerfile_jupyter_notebook/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary -mlflow==1.4.0 +mlflow==2.3.1 xgboost boto3 oandapyV20