From 0d751b5aa8321fded7910f43726e5d3c694dc4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:30:58 +0000 Subject: [PATCH] Update kaleido requirement from <0.4 to <1.4 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/master/CHANGELOG.md) - [Commits](https://github.com/plotly/kaleido/compare/v0.0.1rc1...v1.3.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/cicd_utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/cicd_utils.txt b/requirements/cicd_utils.txt index 6cd107d9..83daf145 100644 --- a/requirements/cicd_utils.txt +++ b/requirements/cicd_utils.txt @@ -1,7 +1,7 @@ # ./cicd_utils/ridgeplot_examples/_base.py minify-html # TODO: unpin after 1.0.0 (https://github.com/plotly/Kaleido/issues/226) -kaleido<0.4 +kaleido<1.4 # ./cicd_utils/cicd/scripts/extract_latest_release_notes.py markdown-it-py