From 400fe4a04442a7dc3edda3536b375460ad2d0610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:57:23 +0000 Subject: [PATCH] build(deps-dev): bump highspy from 1.15.0 to 1.15.1 Bumps [highspy](https://github.com/ERGO-Code/HiGHS) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/ERGO-Code/HiGHS/releases) - [Commits](https://github.com/ERGO-Code/HiGHS/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: highspy dependency-version: 1.15.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 466cbd7c..a94a39b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dev = [ # Perf-relevant deps pinned exactly so run-to-run deltas reflect linopy # changes, not dependency bumps. benchmarks = [ - "highspy==1.15.0", + "highspy==1.15.1", "netcdf4==1.7.4", "numpy==2.4.6", "scipy==1.17.1",