From 24b0b9f2a9837e3d80dd58edfcf833f6f4cd7f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:22:10 +0100 Subject: [PATCH] Bump mlflow from 2.19.0 to 2.20.0 in the pip-others group (#4186) Bumps the pip-others group with 1 update: [mlflow](https://github.com/mlflow/mlflow). Updates `mlflow` from 2.19.0 to 2.20.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.19.0...v2.20.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 567dfbce81..8c2438730f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ ci_benchmark = [ "ipython==8.31.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.19.0", + "mlflow==2.20.0", "py-cpuinfo==9.0.0", ]