From 7e24d049349a21b5ef50fec462280498c0a7fda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:01:51 +0000 Subject: [PATCH] Bump mlflow from 2.8.1 to 3.5.0 in /tests/resources/pyfunc_models/2.8.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.8.1 to 3.5.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.8.1...v3.5.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/resources/pyfunc_models/2.8.1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/pyfunc_models/2.8.1/requirements.txt b/tests/resources/pyfunc_models/2.8.1/requirements.txt index 3f8729f09fef5..f57e6b5a2a479 100644 --- a/tests/resources/pyfunc_models/2.8.1/requirements.txt +++ b/tests/resources/pyfunc_models/2.8.1/requirements.txt @@ -1,2 +1,2 @@ -mlflow==2.8.1 +mlflow==3.5.0 cloudpickle==2.2.1