From e8fe04b5f8cd751207bc308bf4910b45de6e936c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:25:45 +0000 Subject: [PATCH] deps: update plotly requirement in the runtime group Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. Updates `plotly` to 7.0.0 - [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.18.0...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production dependency-group: runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2df34b1..521489a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "numpy>=1.23", "pandas>=2.0,<3", "natsort>=8.0.0", - "plotly>=5.18,<7", + "plotly>=5.18,<8", # NotRequired (used in processbehavior.types) is only in typing from 3.11; # on 3.10 it comes from typing_extensions. "typing_extensions>=4.0; python_version < '3.11'",