From 7f4284db6a24a291698b5fa9c75d142552bb909a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:11:41 +0000 Subject: [PATCH] Update kaleido requirement from ~=0.2.1 to ~=1.1.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.2.1...v1.1.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec6eb51..adf0d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ azure-storage-blob~=12.26.0 sentry-sdk[flask]~=2.32.0 python-dotenv~=1.1.0 bleach~=6.2.0 -kaleido~=0.2.1 \ No newline at end of file +kaleido~=1.1.0 \ No newline at end of file