From 4e62d584b1c052656366c2991cabb36bbfaf19ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:21:32 +0000 Subject: [PATCH] build(deps): bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.3 to 2.22.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.20.3...v2.22.2) --- updated-dependencies: - dependency-name: mlflow dependency-version: 2.22.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/data/serve_resources/mlflow/tensorflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/serve_resources/mlflow/tensorflow/requirements.txt b/tests/data/serve_resources/mlflow/tensorflow/requirements.txt index 9b64992ac8..548e4caaae 100644 --- a/tests/data/serve_resources/mlflow/tensorflow/requirements.txt +++ b/tests/data/serve_resources/mlflow/tensorflow/requirements.txt @@ -1,4 +1,4 @@ -mlflow==2.20.3 +mlflow==3.5.0rc0 cloudpickle==2.2.1 numpy==1.26.4 tensorflow==2.16.1