From 2aed3674656ca24eb6bf9085c138c77961a14c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 06:54:19 +0000 Subject: [PATCH] Update plotly requirement from <6.2,>5.10 to >5.10,<6.3 Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.11.0...v6.2.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.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 f6007d01..5743eff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tooling = [ # in local development these are provided globally ] tests = ["rmi-dispatch[dev,tooling]"] viz = [ - "plotly>5.10,<6.2", + "plotly>5.10,<6.3", "kaleido>0.2,<1.0.1", ]