From fb64ad04254f00e3199f05d49b54e6454a784209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:52:05 +0000 Subject: [PATCH] Update kaleido requirement from <0.2.2,>0.2 to >0.2,<1.0.1 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.1...v1.0.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2db7290..121caa5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tooling = [ # in local development these are provided globally tests = ["rmi-dispatch[dev,tooling]"] viz = [ "plotly>5.10,<6.2", - "kaleido>0.2,<0.2.2", + "kaleido>0.2,<1.0.1", ] [tool.setuptools.dynamic]