From e539867e833dd402d5f4d120d1f431819542de1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 20:26:05 +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..e483a3f2b 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 >=5.15.0, <6.4.0", ] [project.optional-dependencies] From d2c2c87ee1189ecaf18a2c9b93c1214fb270b9ca Mon Sep 17 00:00:00 2001 From: FBumann <117816358+FBumann@users.noreply.github.com> Date: Sun, 14 Sep 2025 01:37:30 +0200 Subject: [PATCH 2/2] Add nbformat to dev deps --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e483a3f2b..2384dcdc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ full = [ # Development tools and testing dev = [ "pytest >= 7.0.0", + "nbformat>=4.2.0", # Related to failing CI with Plotly>6 "ruff >= 0.9.0", "pre-commit >= 4.0.0", "pyvis ==0.3.2", # Visualizing FlowSystem