From 326b17e24c2713a6625e2e05fd32c0463573f8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:39:32 +0000 Subject: [PATCH] chore(deps): update plotly requirement 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc5ccf8..4d7b14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "yfinance>=0.2.31", "duckdb>=0.9.0,<2.0.0", "streamlit>=1.35.0,<2.0.0", - "plotly>=5.17.0,<6.0.0", + "plotly>=5.17.0,<7.0.0", "rich>=13.0.0", "python-dotenv>=1.0.0", "requests>=2.31.0", diff --git a/requirements.txt b/requirements.txt index fe65586..9c974a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ yfinance>=0.2.31 duckdb>=0.9.0,<2.0.0 streamlit>=1.35.0,<2.0.0 streamlit-lightweight-charts>=0.7.17,<1.0.0 -plotly>=5.17.0,<6.0.0 +plotly>=5.17.0,<7.0.0 pytest>=7.4.0 pytest-cov>=4.1.0 rich>=13.0.0