From 670736d8ba97ecabddf8ff1ba0744c7bdc9ea527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:03:48 +0000 Subject: [PATCH] Bump mlflow from 2.9.2 to 2.16.0 in /apple_project Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.16.0. - [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/v2.9.2...v2.16.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apple_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple_project/requirements.txt b/apple_project/requirements.txt index 4d2cef7..34b58eb 100644 --- a/apple_project/requirements.txt +++ b/apple_project/requirements.txt @@ -1,4 +1,4 @@ -mlflow==2.9.2 +mlflow==2.16.0 cloudpickle==3.0.0 numpy==1.24.4 packaging==23.2