From 8095588993d074186aa4e25b647398d5ddfb067d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:43:40 +0000 Subject: [PATCH] Bump mlflow from 2.18.0 to 2.19.0 in the pip-others group Bumps the pip-others group with 1 update: [mlflow](https://github.com/mlflow/mlflow). Updates `mlflow` from 2.18.0 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.18.0...v2.19.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 980c9bc825..9bcf73fc1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ ci_benchmark = [ "ipython==8.30.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.18.0", + "mlflow==2.19.0", "py-cpuinfo==9.0.0", ]