From c3562f33b0ba96e2afbc9cf77a93f94bc91ccff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:44:14 +0000 Subject: [PATCH] chore(deps): update plotly requirement from >=6.7.0 to >=6.9.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.9.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.9.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 4276ef3..f535704 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -18,7 +18,7 @@ albumentations>=2.0.8 # Visualization matplotlib>=3.10.9 seaborn>=0.13.2 -plotly>=6.7.0 +plotly>=6.9.0 # Utilities tqdm>=4.62.0 diff --git a/requirements.txt b/requirements.txt index 2c0e158..298888d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ albumentations>=2.0.8 # Visualization matplotlib>=3.10.9 seaborn>=0.13.2 -plotly>=6.7.0 +plotly>=6.9.0 # Utilities tqdm>=4.62.0