From ad1fec20ee3ca0505c976c326ee4b42db22ea9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:37:12 +0000 Subject: [PATCH] build(deps): update plotly requirement in the dash-network 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/v6.9.0...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production dependency-group: dash-network ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5121bd..8f2c832 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core scientific stack pandas>=1.2.3 -plotly>=6.9.0 +plotly>=7.0.0 requests>=2.27.1 retrying setuptools