From 296b9b4afcbbcc180b97186e727d323ea90beaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 05:26:37 +0000 Subject: [PATCH] [tune](deps): Bump xgboost in /python/requirements/ml Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.3 to 1.5.2. - [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/v1.3.3...v1.5.2) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_tune.txt b/python/requirements/ml/requirements_tune.txt index de3b2d581ae0..1acc88f025c6 100644 --- a/python/requirements/ml/requirements_tune.txt +++ b/python/requirements/ml/requirements_tune.txt @@ -37,5 +37,5 @@ smart_open==5.1.0 timm==0.4.5 transformers==4.10.0 wandb==0.12.5 -xgboost==1.3.3 +xgboost==1.5.2 zoopt==0.4.1