From 0e580f9829dc087deb2aecc220f277a104d16ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:57:23 +0000 Subject: [PATCH] Chore(deps): Bump mlflow from 2.14.1 to 2.19.0 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.1 to 2.19.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...v2.19.0) --- 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 7d2acf6..2fb0e9b 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.19.0", "sqlalchemy-cratedb>=0.38.0,<1", "sqlparse<0.6", ]