From 4b2aa419722446eeae6ee7add799347d7b5d9e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:14:18 +0000 Subject: [PATCH] Update kaleido requirement from <0.4 to <1.2 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.0.1rc1...v1.1.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.1.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..5bea90cc 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.2 # ./cicd_utils/cicd/scripts/extract_latest_release_notes.py markdown-it-py