From 15f06deb6894f4b1e8420f57ae74e4fd38b666d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:09:27 +0000 Subject: [PATCH] chore(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 6146cd0ac..4f89ba398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ # Visualization "matplotlib >= 3.5.2, < 4.0.0", - "plotly >= 5.15.0, < 6.0.0", + "plotly >=6.3.0, <6.4.0", ] [project.optional-dependencies]