From 3600fa1f21ca636c7931eab72f3cb8a2a5071011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:18:39 +0000 Subject: [PATCH] fix(deps): update dependency plotly to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12788579..8090418a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ # all_extras = [ "matplotlib>=3.2.0", - "plotly>=5.0.0,<6", + "plotly>=6.4,<7", "ecos>=2.0.14,<2.1", "plotly>=5.0.0,<7", "cvxopt; python_version < '3.14'",