From b1315db4b09f6081d73a918c317649d145ba55c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:17:19 +0000 Subject: [PATCH] Bump mlflow from 1.27.0 to 3.5.0rc0 in /machine-learning/ml-ops-in-a-box Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.27.0 to 3.5.0rc0. - [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.27.0...v3.5.0rc0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0rc0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine-learning/ml-ops-in-a-box/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/ml-ops-in-a-box/requirements.txt b/machine-learning/ml-ops-in-a-box/requirements.txt index af474149..cb2fc99c 100644 --- a/machine-learning/ml-ops-in-a-box/requirements.txt +++ b/machine-learning/ml-ops-in-a-box/requirements.txt @@ -1,5 +1,5 @@ pytest==7.1.2 -mlflow==1.27.0 +mlflow==3.5.0rc0 pandas==1.4.3 sklearn==0.0 scikit-learn==1.1.1