From 72633c556cf82f75cce81052035c883c16e77ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:09:14 +0000 Subject: [PATCH] deps(deps): bump mlflow from 2.14.1 to 3.14.0 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.1 to 3.14.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.14.1...v3.14.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9950da5..dbd8caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "scikit-learn==1.5.0", "skops>=0.10.0", "scipy==1.13.0", - "mlflow==2.14.1", + "mlflow==3.14.0", "prometheus-client==0.19.0", "psutil==5.9.8", "redis==5.0.3",