From 6ba47abc42219e3d5f178c3ae3947970ab3a90d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:13:46 +0000 Subject: [PATCH] Update kaleido requirement from ~=0.2.1 to ~=1.2.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.2.0) --- updated-dependencies: - dependency-name: kaleido dependency-version: 1.2.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 30df598..e7efd69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ azure-storage-blob~=12.27.1 sentry-sdk[flask]~=2.47.0 python-dotenv~=1.2.1 bleach~=6.3.0 -kaleido~=0.2.1 +kaleido~=1.2.0