From 4bf9720a3bdc42ea2a7e2381d2a109cb19b23c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:58:14 +0000 Subject: [PATCH] build(deps-dev): 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:development 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 8ddbfa07..e6613653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dev = [ # Perf-relevant deps pinned exactly so run-to-run deltas reflect linopy # changes, not dependency bumps. benchmarks = [ - "highspy==1.13.1", + "highspy==1.15.0", "netcdf4==1.7.4", "numpy==2.4.6", "scipy==1.17.1",