From 77e0b8d61443a94da404cbeaa4f969d5de773684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:24:38 +0000 Subject: [PATCH] [tune](deps): Bump xgboost-ray in /python/requirements/tune Bumps [xgboost-ray](https://github.com/ray-project/xgboost_ray) from 0.0.5 to 0.1.0. - [Release notes](https://github.com/ray-project/xgboost_ray/releases) - [Commits](https://github.com/ray-project/xgboost_ray/compare/v0.0.5...v0.1.0) --- updated-dependencies: - dependency-name: xgboost-ray dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_upstream.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_upstream.txt b/python/requirements/tune/requirements_upstream.txt index 610946c600cd..ee02a4a954e7 100644 --- a/python/requirements/tune/requirements_upstream.txt +++ b/python/requirements/tune/requirements_upstream.txt @@ -3,4 +3,4 @@ # So we separate its own requirements file. tune-sklearn==0.3.0 -xgboost_ray==0.0.5 \ No newline at end of file +xgboost_ray==0.1.0 \ No newline at end of file