From c42e4437fe6e1a0e5c226e25442b51e5955d3292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:12:57 +0000 Subject: [PATCH] [MNT] [Dependabot](deps-dev): Update plotly requirement Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.13.0...v6.5.2) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.5.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4570aa3..b86f9c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ extra = [ "wandb>=0.15.0,<0.25.0", - "plotly>=5.13.0,<5.25.0", + "plotly>=5.13.0,<6.6.0", "kaleido>=0.2.0,<0.3.0", "captum>=0.5.0,<0.8.0", "pytorch-tabnet<4.2",