From d4ddbbc2f6bf7798504a77af33e5a9b991dfbd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:33:05 +0000 Subject: [PATCH] Chore(deps): Bump mlflow from 2.14.0 to 2.14.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.0 to 2.14.1. - [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.0...v2.14.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b2c475..7f1d99d 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.0", + "mlflow==2.14.1", "sqlalchemy-cratedb>=0.38.0,<1", "sqlparse<0.6", ]