From 42bfd3800ffa48039e1e5ce1e66b63e6847ebedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:50:08 +0000 Subject: [PATCH] Update plotly requirement from <6.6,>5.10 to >5.10,<6.7 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.6.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85045978..4a595754 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.6", + "plotly>5.10,<6.7", "kaleido>0.2,<2", ]