From ffee5b6abf4c29a12b3505b1eb0b79c429200dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:21:36 +0000 Subject: [PATCH] Update dependency pyvis to v0.3.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 389d0ef4c..2ef8d64e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ network-viz = [ # Full feature set (everything except dev tools) full = [ - "pyvis == 0.3.1", # Visualizing FlowSystem Network + "pyvis ==0.3.2", # Visualizing FlowSystem Network "tsam >= 2.3.1, < 3.0.0", # Time series aggregation "scipy >= 1.15.1, < 2.0.0", # Used by tsam. Prior versions have conflict with highspy. See https://github.com/scipy/scipy/issues/22257 "gurobipy >= 10.0.0", @@ -79,7 +79,7 @@ dev = [ "pytest >= 7.0.0", "ruff >= 0.9.0", "pre-commit >= 4.0.0", - "pyvis == 0.3.1", # Visualizing FlowSystem + "pyvis ==0.3.2", # Visualizing FlowSystem "tsam >= 2.3.1, < 3.0.0", # Time series aggregation "scipy >= 1.15.1, < 2.0.0", # Used by tsam. Prior versions have conflict with highspy. See https://github.com/scipy/scipy/issues/22257 "gurobipy >= 10.0.0",