From 820bb57b3e71af1cf111dd5770115ab89475f033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:24:34 +0000 Subject: [PATCH] build(deps): bump wandb from 0.25.1 to 0.27.2 Bumps [wandb](https://github.com/wandb/wandb) from 0.25.1 to 0.27.2. - [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.25.1...v0.27.2) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33264880..00081d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "torch==2.8.0", "torchvision==0.23.0", "trimesh>=4.0.0", - "wandb==0.25.1", + "wandb==0.27.2", "watchdog==6.0.0", "weave==0.52.35", ]