From 0e7b604e6365549c1d9bea571a2dd56494b97ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:19:10 +0000 Subject: [PATCH] Update plotly requirement from >=5.17.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.17.0...v6.7.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.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 0b0517f..308fef5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ requests>=2.31.0 geoip2>=4.8.0 matplotlib>=3.8.0 pandas>=2.1.0 -plotly>=5.17.0 +plotly>=6.7.0 kaleido>=1.2.0 feedparser>=6.0.0