From 4807c213868ff74c2ed8387850a97e5d6cc6e3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:54:34 +0000 Subject: [PATCH] Bump mlflow in /tutorials/uv-metrics in the pip group across 1 directory Bumps the pip group with 1 update in the /tutorials/uv-metrics directory: [mlflow](https://github.com/mlflow/mlflow). Updates `mlflow` from 1.10.0 to 2.12.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.10.0...v2.12.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tutorials/uv-metrics/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/uv-metrics/setup.py b/tutorials/uv-metrics/setup.py index e47b496..595cd53 100644 --- a/tutorials/uv-metrics/setup.py +++ b/tutorials/uv-metrics/setup.py @@ -20,7 +20,7 @@ "alembic==1.4.2", "google-cloud-storage", "matplotlib", - "mlflow==1.10.0", + "mlflow==2.12.1", "pg8000==1.16.1", "sqlalchemy==1.3.13", "tensorflow-cpu",