Skip to content

Commit ef65bc5

Browse files
chore: bump dash from 3.3.0 to 4.2.0
Bumps [dash](https://github.com/plotly/dash) from 3.3.0 to 4.2.0. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](plotly/dash@v3.3.0...v4.2.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9652bc commit ef65bc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies = [
5555
[project.optional-dependencies]
5656
# Interactive network visualization with enhanced color picker
5757
network_viz = [
58-
"dash >= 3.0.0, < 4",
58+
"dash >= 3.0.0, < 5",
5959
"dash-cytoscape >= 1.0.0, < 2",
6060
"dash-daq >= 0.6.0, < 1",
6161
"networkx >= 3.0.0, < 4",
@@ -74,7 +74,7 @@ full = [
7474
"pyvis==0.3.2", # Visualizing FlowSystem Network
7575
"scipy >= 1.15.1, < 2", # Used by tsam. Prior versions have conflict with highspy. See https://github.com/scipy/scipy/issues/22257
7676
"gurobipy >= 10.0.0, < 14; python_version < '3.14'", # No Python 3.14 wheels yet (expected Q1 2026)
77-
"dash >= 3.0.0, < 4", # Visualizing FlowSystem Network as app
77+
"dash >= 3.0.0, < 5", # Visualizing FlowSystem Network as app
7878
"dash-cytoscape >= 1.0.0, < 2", # Visualizing FlowSystem Network as app
7979
"dash-daq >= 0.6.0, < 1", # Visualizing FlowSystem Network as app
8080
"networkx >= 3.0.0, < 4", # Visualizing FlowSystem Network as app
@@ -96,7 +96,7 @@ dev = [
9696
"scipy==1.16.3", # 1.16.1+ required for Python 3.14 wheels
9797
"highspy==1.13.1", # Latest known-good. Bump once HiGHS#2975 fix ships in 1.14.1+
9898
"gurobipy==12.0.3; python_version < '3.14'", # No Python 3.14 wheels yet
99-
"dash==3.3.0",
99+
"dash==4.2.0",
100100
"dash-cytoscape==1.0.2",
101101
"dash-daq==0.6.0",
102102
"networkx==3.0.0",

0 commit comments

Comments
 (0)