From 5267e40fb60105a4d5b5b60a0203628c339b76c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:23:47 +0000 Subject: [PATCH] Update plotly requirement from >=6.7.0 to >=6.8.0 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.7.0...v6.8.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 99c91a10..ec801223 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,5 +20,5 @@ scikit-learn matplotlib # For plot generation -plotly>=6.7.0 +plotly>=6.8.0 kaleido==1.3.0