From 2fa5e0fd4fa4b63db990bfac1bc1e9561ee2624b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jul 2021 07:05:36 +0000 Subject: [PATCH] [tune](deps): Bump wandb in /python/requirements/tune Bumps [wandb](https://github.com/wandb/client) from 0.10.29 to 0.11.1. - [Release notes](https://github.com/wandb/client/releases) - [Changelog](https://github.com/wandb/client/blob/master/CHANGELOG.md) - [Commits](https://github.com/wandb/client/compare/v0.10.29...v0.11.1) --- updated-dependencies: - dependency-name: wandb 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 335cfe4e3aa3..d446945d8cbe 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -47,6 +47,6 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" transformers==4.8.1 -wandb==0.10.29 +wandb==0.11.1 xgboost==1.3.3 zoopt==0.4.1