From d1f65cf0a79fa075fdcc88a881c1ebe371f017ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:24:08 +0000 Subject: [PATCH] Update kaleido requirement from !=0.2.1.post1,<0.4 to !=0.2.1.post1,<1.5 Updates the requirements on [kaleido](https://github.com/plotly/kaleido) to permit the latest version. - [Release notes](https://github.com/plotly/kaleido/releases) - [Changelog](https://github.com/plotly/Kaleido/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/kaleido/compare/v0.0.1rc1...v1.4.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.4.0 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 8030b2ee..b74020cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ cicd_utils = [ # NOTE: 0.2.1.post1 is excluded because it only ships a # manylinux2014_armv7l wheel, which breaks universal # (multi-platform) resolution with `uv sync`/`uv lock` - "kaleido<0.4,!=0.2.1.post1", + "kaleido!=0.2.1.post1,<1.5", # ./cicd_utils/cicd/scripts/extract_latest_release_notes.py "markdown-it-py", "mdit-py-plugins",