From 010b8a406ff145a791a72c1152c7ede580ab41d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:57:19 +0000 Subject: [PATCH] chore(deps): bump wandb from 0.16.2 to 0.25.0 Bumps [wandb](https://github.com/wandb/wandb) from 0.16.2 to 0.25.0. - [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.16.2...v0.25.0) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..0433219 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -30,7 +30,7 @@ scipy==1.11.4 tensorboard==2.15.1 mlflow==2.9.2 optuna==3.5.0 -wandb==0.16.2 +wandb==0.25.0 # Utilities tqdm==4.66.1