From 402d3ad22d66eac9273c34b3b7a4bcea67feceee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:56:33 +0000 Subject: [PATCH] Bump mlflow in /examples/integrations/mlflow_monitoring Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.4.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.4.2...v2.16.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/integrations/mlflow_monitoring/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integrations/mlflow_monitoring/requirements.txt b/examples/integrations/mlflow_monitoring/requirements.txt index 9599fc7021..3e8b5dd8d7 100644 --- a/examples/integrations/mlflow_monitoring/requirements.txt +++ b/examples/integrations/mlflow_monitoring/requirements.txt @@ -4,7 +4,7 @@ joblib==1.2.0 jupyter==1.0.0 jupyter_contrib_nbextensions==0.7.0 joblib -mlflow==2.4.2 +mlflow==2.16.0 pandas==1.5.3 pendulum==2.1.2 plotly