From 95e55230c8df6d879437d9b909de5ac72e6472d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 07:03:01 +0000 Subject: [PATCH] [air](deps): Bump xgboost from 2.1.0 to 3.1.0 in /python/requirements/ml Bumps [xgboost](https://github.com/dmlc/xgboost) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements/ml/core-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/core-requirements.txt b/python/requirements/ml/core-requirements.txt index 2d6948ccef11..2652ca9bf5ef 100644 --- a/python/requirements/ml/core-requirements.txt +++ b/python/requirements/ml/core-requirements.txt @@ -4,7 +4,7 @@ mlflow>=2.22.0 wandb==0.17.0 # ML training frameworks -xgboost==2.1.0 +xgboost==3.1.0 lightgbm==4.6.0 # Huggingface