From 1d0656517276f5d2f04b8f6e4682e3fee88a2f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:01:27 +0000 Subject: [PATCH] chore: bump highspy from 1.13.1 to 1.15.1 Bumps [highspy](https://github.com/ERGO-Code/HiGHS) from 1.13.1 to 1.15.1. - [Release notes](https://github.com/ERGO-Code/HiGHS/releases) - [Commits](https://github.com/ERGO-Code/HiGHS/compare/v1.13.1...v1.15.1) --- updated-dependencies: - dependency-name: highspy dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e84c0f39f..4a2721c2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = [ "pre-commit==4.6.0", "pyvis==0.3.2", "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+ + "highspy==1.15.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==3.3.0", "dash-cytoscape==1.0.2",