From 0e6b349f3b9fb0f5b9c65627dc3cd7c00f4f37e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:18:56 +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.6. - [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.6) --- 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..f035c97bd73c 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.6 # ML training frameworks xgboost==1.7.6