From ed84aa14418a13f475867194ea0e815d9d5d1fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:38:19 +0000 Subject: [PATCH] chore(deps-dev): bump tensorboard from 2.20.0 to 2.21.0 Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorboard/compare/2.20.0...2.21.0) --- updated-dependencies: - dependency-name: tensorboard dependency-version: 2.21.0 dependency-type: direct:development 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 9347214..4e1a475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ docs = [ "sphinxcontrib-video", "sphinx-togglebutton", "sphinx-design", - "tensorboard==2.20.0", + "tensorboard==2.21.0", ] # Mutually exclusive GPU wheel profiles: `cuda` pulls the NVIDIA wheels from # the pytorch-cu128 index, `rocm` the AMD wheels from the pytorch-rocm72