From ca73ba65ac8883b1c8e7ffe0cf6309b95bc37b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:43:11 +0000 Subject: [PATCH] chore: bump dash from 4.4.0 to 4.4.1 Bumps [dash](https://github.com/plotly/dash) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: dash dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9f6bc18b..694d95bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ dev = [ "scipy==1.16.3", # 1.16.1+ required for Python 3.14 wheels "highspy==1.13.1", # Latest known-good. Bump once HiGHS#2975 fix ships in 1.14.1+ "gurobipy==12.0.3; python_version < '3.14'", # No Python 3.14 wheels yet - "dash==4.4.0", + "dash==4.4.1", "dash-cytoscape==1.0.2", "dash-daq==0.6.0", "networkx==3.0.0",