From 90ca371b29d28d2989d7b985dcbf4c6d11baf744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 02:02:05 +0000 Subject: [PATCH] Bump mlflow from 2.4.1 to 2.8.1 in /examples/mlflow_plugin (#1265) Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.4.1 to 2.8.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/v2.4.1...v2.8.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Su --- examples/mlflow_plugin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mlflow_plugin/requirements.txt b/examples/mlflow_plugin/requirements.txt index 814894569..398e8dc6f 100644 --- a/examples/mlflow_plugin/requirements.txt +++ b/examples/mlflow_plugin/requirements.txt @@ -189,7 +189,7 @@ marshmallow-jsonschema==0.13.0 # via flytekit matplotlib==3.7.2 # via mlflow -mlflow==2.4.1 +mlflow==2.8.1 # via flytekitplugins-mlflow more-itertools==9.1.0 # via jaraco-classes