From b28dd70a0fd56a2ec74ecdd2795fcc36fb2deb26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:48:15 +0000 Subject: [PATCH] Chore(deps-dev): Bump mlflow from 2.8 to 2.8.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.8 to 2.8.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.8.0...v2.8.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 e749427..38f81fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "crash", "crate[sqlalchemy]>=0.34", "cratedb-toolkit==0.0.2", - "mlflow==2.8", + "mlflow==2.8.1", "sqlparse<0.5", ]