From 337fbdb9131d41b50bc996c3d5572d8078d46101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:01:25 +0000 Subject: [PATCH] Update kaleido requirement from <0.3.0,>=0.2.0 to >=0.2.0,<1.2.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.1.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.1.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..f1f2465e 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.2.0 captum >=0.5.0, <0.8.0