From e2d425d8d22ac897b14b0022e9798bacc5f06d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:17:17 +0000 Subject: [PATCH] deps: update plotly requirement from >=5.24 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/v5.24.0...v6.9.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69a9178..3c3761e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ sqlalchemy>=2.0 pydantic>=2.8 psutil>=6.0 pandas>=2.2 -plotly>=5.24 +plotly>=6.9.0 pytest>=8.0 ruff>=0.6