From 22f5f3a3bb8a3e1ae5e3333b3f4ee98ea92b1d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:04:33 +0000 Subject: [PATCH] pip(deps-dev): update plotly requirement 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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.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 ce9b89d7..630e98b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ repository = "https://github.com/simvue-io/python-api" documentation = "https://docs.simvue.io" [project.optional-dependencies] -plot = ["plotly (>=6.0.0,<7.0.0)", "matplotlib (>=3.10.0,<4.0.0)"] +plot = ["plotly (>=6.0.0,<8.0.0)", "matplotlib (>=3.10.0,<4.0.0)"] [project.scripts] simvue-sender = "simvue.bin.sender:sender_cli"