From 8eaffcbf8987cbfc17a214d5930020c8b5fdd326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:34:02 +0000 Subject: [PATCH] Bump pyscipopt from 6.0.0 to 6.1.0 Bumps [pyscipopt](https://github.com/SCIP-Interfaces/PySCIPOpt) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/SCIP-Interfaces/PySCIPOpt/releases) - [Changelog](https://github.com/scipopt/PySCIPOpt/blob/master/CHANGELOG.md) - [Commits](https://github.com/SCIP-Interfaces/PySCIPOpt/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pyscipopt dependency-version: 6.1.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 ed3ac785..b8d54f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "polytope", "cvxpy", "gurobipy", - "pyscipopt==6.0.0", + "pyscipopt==6.1.0", ] dev = [ "pre-commit >=2.12.1",