From 2a6569b41be4a3de3f14be33220cf2807e6ac0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:45:04 +0000 Subject: [PATCH] [tune](deps): Bump wandb in /python/requirements/ml Bumps [wandb](https://github.com/wandb/wandb) from 0.17.0 to 0.17.5. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/v0.17.5/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.17.0...v0.17.5) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements/ml/core-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/core-requirements.txt b/python/requirements/ml/core-requirements.txt index 1659c963a045..27cb4c2336c5 100644 --- a/python/requirements/ml/core-requirements.txt +++ b/python/requirements/ml/core-requirements.txt @@ -1,7 +1,7 @@ # ML tracking integrations comet-ml==3.31.9 mlflow==2.9.2 -wandb==0.17.0 +wandb==0.17.5 # ML training frameworks xgboost==1.7.6