From 5bbdb6d6eda2f970778b40ba37771b24deebca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:35:15 +0000 Subject: [PATCH] Chore(deps): Bump mlflow from 2.14.1 to 2.20.4 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.1 to 2.20.4. - [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...v2.20.4) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c94adc1..8ed4f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "crash", "dask>=2024.4.1", "joblib!=1.4.0,<1.5", - "mlflow==2.14.1", + "mlflow==2.20.4", "sqlalchemy-cratedb>=0.38.0,<1", "sqlparse<0.6", ]