From 502f30663befa74ea24851f0af756700ee09f05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:17:00 +0000 Subject: [PATCH] chore(deps): update plotly requirement from >=5.10.0 to >=6.7.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/v5.10.0...v6.7.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 3717f84..cc66cde 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -18,7 +18,7 @@ albumentations>=1.3.0 # Visualization matplotlib>=3.5.0 seaborn>=0.11.0 -plotly>=5.10.0 +plotly>=6.7.0 # Utilities tqdm>=4.62.0 diff --git a/requirements.txt b/requirements.txt index 687a133..146cb6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ albumentations>=1.3.0 # Visualization matplotlib>=3.5.0 seaborn>=0.11.0 -plotly>=5.10.0 +plotly>=6.7.0 # Utilities tqdm>=4.62.0