From 75fd32bbc23c53d7ddc5e6f7dcde36a4f2e3055d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:45:53 +0000 Subject: [PATCH] Bump mlflow from 1.23.1 to 2.3.1 in /airflow_docker Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.23.1 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.23.1...v2.3.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- airflow_docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow_docker/requirements.txt b/airflow_docker/requirements.txt index 19597cc..7140944 100644 --- a/airflow_docker/requirements.txt +++ b/airflow_docker/requirements.txt @@ -1,6 +1,6 @@ kafka-python==1.4.6 Keras==2.2.5 -mlflow==1.23.1 +mlflow==2.3.1 numpy==1.21.0 pandas==0.25.1 scikit-learn==0.21.3