From 3cf8922d72441f30bd463d4776160c5acd1d52fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:33:04 +0000 Subject: [PATCH] Update kaleido requirement from <0.4 to <1.3 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.2.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.2.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..eb60baeb 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.3 # ./cicd_utils/cicd/scripts/extract_latest_release_notes.py markdown-it-py