From 736bc19b6e514ee46c70c2cd2bfed900d50fa3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:15:50 +0000 Subject: [PATCH] Chore(deps): update plotly requirement from >=5.0.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.0.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5503093..b877239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "tabulate", "docker", "streamlit>=1.28.0", - "plotly>=5.0.0", + "plotly>=6.7.0", "jupyterlab>=4.4.10", "duckdb>=1.0.0", "ibis-framework>=8.0.0",