From dafc7c9e85ed701fd6370dc9218cd1660a9e16e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:26:23 +0530 Subject: [PATCH] security(deps): update plotly requirement from >=5.10.0 to >=6.8.0 (#667) 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.10.0...v6.8.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a158fb0f..02602008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "networkx>=2.8.0", "matplotlib>=3.9.4", "seaborn>=0.13.2", - "plotly>=5.10.0", + "plotly>=6.8.0", "ipywidgets>=8.0.0", "requests>=2.32.5", "GitPython>=3.1.50",