From 13b023a2b4b6e5cb3577862f4fa74429d2d41622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:55:48 +0000 Subject: [PATCH] Update kaleido requirement from <0.3.0,>=0.2.0 to >=0.2.0,<1.3.0 Updates the requirements on [kaleido](https://github.com/plotly/kaleido) to permit the latest version. - [Release notes](https://github.com/plotly/kaleido/releases) - [Commits](https://github.com/plotly/kaleido/compare/v0.2.0...v1.2.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.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..3fa0aea8 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 -kaleido >=0.2.0, <0.3.0 +kaleido >=0.2.0, <1.3.0 captum >=0.5.0, <0.8.0