From d6529883beb971f18bbcfb9b4a56252cb0968f50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 12:48:31 +0000 Subject: [PATCH 1/2] 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] From 394e1deb14585db01a8417719d307771eaed1f30 Mon Sep 17 00:00:00 2001 From: FBumann <117816358+FBumann@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:01:19 +0200 Subject: [PATCH 2/2] Add nbformat dep for plotly v6 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4f89ba398..90fbde23f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ dependencies = [ # Visualization "matplotlib >= 3.5.2, < 4.0.0", "plotly >=6.3.0, <6.4.0", + "nbformat>=4.2.0", # For compatibility with plotly ] [project.optional-dependencies]