From c63c56ac1babaecf918070c60b289ed6c530d4be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:52:01 +0000 Subject: [PATCH] fix(deps): update dependency dash to v3.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9f3c5bd8..72d585da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ "pyvis==0.3.2", "scipy==1.16.3", # 1.16.1+ required for Python 3.14 wheels "gurobipy==12.0.3; python_version < '3.14'", # No Python 3.14 wheels yet - "dash==3.3.0", + "dash==3.4.0", "dash-cytoscape==1.0.2", "dash-daq==0.6.0", "networkx==3.0.0",