From 6aaf70165226065782eacfffb48fce046141c87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:21:34 +0000 Subject: [PATCH] Update plotly requirement from <5.25.0,>=5.13.0 to >=5.13.0,<6.3.0 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.2.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extra.txt b/requirements/extra.txt index 3135779a..59db528f 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,4 +1,4 @@ wandb >=0.15.0, <0.19.0 -plotly>=5.13.0, <5.25.0 +plotly>=5.13.0, <6.3.0 kaleido >=0.2.0, <0.3.0 captum >=0.5.0, <0.8.0