From 65e644cb8c64ac469f634d52571a2bed98ab839b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:51:20 +0000 Subject: [PATCH] :arrow_up: 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.22.0...v6.6.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee229d..e34d6a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dev = [ "opencv-python<5.0.0.0,>=4.10.0.84", "pandas-stubs<3.0.0.0,>=2.2.2.240603", "pickleshare<1.0.0,>=0.7.5", - "plotly<6.0.0,>=5.22.0", + "plotly>=5.22.0,<7.0.0", "pre-commit<4.0.0,>=3.3.3", "pydocstyle<7.0.0,>=6.1.1", "pylint<4.0.0,>=3.2.3",