From f3e7f755b59a2920df2e6696ad3d40387ecfae5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 08:01:49 +0000 Subject: [PATCH] [tune](deps): Bump xgboost in /python/requirements/tune Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.3 to 1.7.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.7.2) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-minor ... 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 e717b64f9e61..0162d1ffd24d 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -48,5 +48,5 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" transformers==4.8.1 wandb==0.10.29 -xgboost==1.3.3 +xgboost==1.7.2 zoopt==0.4.1