From 69998660e005f91ef5fa5162c5eda2a976f54180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:38:46 +0000 Subject: [PATCH] build(deps): 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b86a90a..b6ee684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "numpy>=1.26", "requests>=2.31", "plotly>=5.18", - "kaleido>=0.2.1", + "kaleido>=1.2.0", "cryptography>=42.0.0", "python-dateutil>=2.9", "keyring>=24.0",