From ee7bdb130320d9642d53972d51e49aee7547b15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:42 +0000 Subject: [PATCH] chore(deps): 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] --- 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 492ec33..d5ee141 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.8.0 # Utilities tqdm>=4.62.0 diff --git a/requirements.txt b/requirements.txt index b7459be..4272449 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.8.0 # Utilities tqdm>=4.62.0