From 45540b844de1e816a6c4f0ec0d7dea014abe8086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 19:06:33 +0000 Subject: [PATCH] [tune](deps): Bump xgboost in /python/requirements/ml Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.3 to 1.6.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/v1.3.3...v1.6.0) --- 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 dc51d53062d5..7cc5dafa728e 100644 --- a/python/requirements/ml/requirements_tune.txt +++ b/python/requirements/ml/requirements_tune.txt @@ -36,5 +36,5 @@ sigopt==7.5.0 timm==0.4.5 transformers==4.18.0 wandb==0.12.15 -xgboost==1.3.3 +xgboost==1.6.0 zoopt==0.4.1