From 898ef48a5bdfed6e8e6fc2be1532d4814c4c80a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:13:07 +0000 Subject: [PATCH] Upgrade: Bump mlflow from 1.4.0 to 2.2.1 in /dockerfile_jupyter_notebook Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.4.0 to 2.2.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.2.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..757a2e4 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.2.1 xgboost boto3 oandapyV20