From 0c2c36a3294df9a2f9ceababb89a9cc369923696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 07:35:39 +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.7. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.17.0...v0.17.7) --- 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..fbd2da78c7b2 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.7 # ML training frameworks xgboost==1.7.6