From 1e74b37742a1fb8152bf37d4d6a96177a72f8b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:14:58 +0000 Subject: [PATCH] Bump mlflow in /doc/source/ray-overview/examples/e2e-xgboost Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.19.0 to 3.11.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.19.0...v3.11.1) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/source/ray-overview/examples/e2e-xgboost/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-overview/examples/e2e-xgboost/requirements.txt b/doc/source/ray-overview/examples/e2e-xgboost/requirements.txt index 425228636e28..f8c878b5b438 100644 --- a/doc/source/ray-overview/examples/e2e-xgboost/requirements.txt +++ b/doc/source/ray-overview/examples/e2e-xgboost/requirements.txt @@ -1,7 +1,7 @@ ipykernel>=6.29.5 ipywidgets>=8.1.6 matplotlib==3.10.0 -mlflow==2.19.0 +mlflow==3.11.1 # ray[data,serve,train]>=2.44.1 # Provided by Anyscale's base image. scikit-learn==1.6.0 xgboost>=3.0.0