From 22c91137bb5c98bdbd80aeb4a21d913cb234ff95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:04:04 +0000 Subject: [PATCH] chore(deps): bump xgboost from 3.1.3 to 3.2.0 Bumps [xgboost](https://github.com/dmlc/xgboost) from 3.1.3 to 3.2.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/v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-freqai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index 80377ffee..ff15cee23 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -6,6 +6,6 @@ scikit-learn==1.8.0 joblib==1.5.3 lightgbm==4.6.0 -xgboost==3.1.3 +xgboost==3.2.0 tensorboard==2.20.0 datasieve==0.1.9