From 0daf71174db1328adbdc24cc070ca0f71d41a105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 23:16:49 +0000 Subject: [PATCH] Update kaleido requirement from <1.0.0 to <2.0.0 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.0.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app/requirements.txt b/streamlit_app/requirements.txt index 09e0d60..772d99e 100644 --- a/streamlit_app/requirements.txt +++ b/streamlit_app/requirements.txt @@ -2,4 +2,4 @@ streamlit plotly<6.0.0 pandas merrypopins -kaleido<1.0.0 \ No newline at end of file +kaleido<2.0.0 \ No newline at end of file