From 1dc81f8e14f099841ec47e4b8681da4c9046c786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:09:56 +0000 Subject: [PATCH] Bump mlflow from 2.8.1 to 2.9.2 in /examples/mlflow_plugin Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.8.1 to 2.9.2. - [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.8.1...v2.9.2) --- updated-dependencies: - dependency-name: mlflow dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 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 398e8dc6f..9c0c4b5c4 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.8.1 +mlflow==2.9.2 # via flytekitplugins-mlflow more-itertools==9.1.0 # via jaraco-classes