From 10605ea40cb941520d58952a681313c39d91547c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 12:42:48 +0000 Subject: [PATCH] chore: bump highspy from 1.13.1 to 1.15.0 Bumps [highspy](https://github.com/ERGO-Code/HiGHS) from 1.13.1 to 1.15.0. - [Release notes](https://github.com/ERGO-Code/HiGHS/releases) - [Commits](https://github.com/ERGO-Code/HiGHS/compare/v1.13.1...v1.15.0) --- updated-dependencies: - dependency-name: highspy dependency-version: 1.15.0 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 5ff5fee14..381b9d7e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,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.0", # 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",