From c0c12c2fe2e9db0ba98388717eeff6c58d6f1424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 07:01:55 +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.1. - [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.1) --- 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..aa399c05c673 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.1 zoopt==0.4.1