From c165a9dca8e52876c42261e9d623b13e01ceca4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:48:22 +0000 Subject: [PATCH] Upgrade: Bump mlflow from 1.4.0 to 2.3.1 in /dockerfile_airflow 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_airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile_airflow/requirements.txt b/dockerfile_airflow/requirements.txt index b7c67b5..d1e34a9 100644 --- a/dockerfile_airflow/requirements.txt +++ b/dockerfile_airflow/requirements.txt @@ -3,7 +3,7 @@ oandapyV20 xlrd backtrader v20 -mlflow==1.4.0 +mlflow==2.3.1 minio boto3 sklearn \ No newline at end of file