From 83039a2d776717f6d08ad0341907bda70686f00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:06:00 +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 485859c0e..fe18049f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,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",