From c9f754cd7a6be368a87cb13cd0b31fb153e2da45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:06:53 +0000 Subject: [PATCH] build(deps): bump plotly from 5.24.1 to 6.6.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.24.1 to 6.6.0. - [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.1...v6.6.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 695c7dffb..7a1b00eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "notebook==7.5.5", "pandas==3.0.1", "pillow==12.1.1", - "plotly==5.24.1", + "plotly==6.6.0", "pygithub==2.8.1", "python-dotenv==1.2.2", "requests==2.32.5",