From abffc5ff30158cb7c21a55687b836af165b6d042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 17:36:55 +0000 Subject: [PATCH] [tune](deps): Bump xgboost from 1.3.3 to 1.4.2 in /python/requirements Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.3 to 1.4.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.4.2) Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index 8cdf71d3dcb1..a3e8ca7fe0e6 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -45,5 +45,5 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" transformers==4.3.2 wandb==0.10.29 -xgboost==1.3.3 +xgboost==1.4.2 zoopt==0.4.1