From 81cbd4057f7e27d5aef931e18292367c64f9f852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:01:21 +0000 Subject: [PATCH] Chore(deps): Bump mlflow from 2.14.1 to 2.17.2 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.1 to 2.17.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.14.1...v2.17.2) --- 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 76c1ced..9097c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "crash", "dask>=2024.4.1", "joblib!=1.4.0,<1.5", - "mlflow==2.14.1", + "mlflow==2.17.2", "sqlalchemy-cratedb>=0.38.0,<1", "sqlparse<0.6", ]