From 26ed359caf722b4fc8b00a1040397c5e0d059161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:46:00 +0000 Subject: [PATCH] Update ParametricOptInterface requirement from 0.14.1 to 0.14.1, 0.15 Updates the requirements on [ParametricOptInterface](https://github.com/jump-dev/ParametricOptInterface.jl) to permit the latest version. - [Release notes](https://github.com/jump-dev/ParametricOptInterface.jl/releases) - [Commits](https://github.com/jump-dev/ParametricOptInterface.jl/compare/v0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: ParametricOptInterface dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e843595..31bd2a8 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Flux = "0.14.21" JLD2 = "0.6.3" JuMP = "1.29.4" MathOptInterface = "1.48.0" -ParametricOptInterface = "0.14.1" +ParametricOptInterface = "0.14.1, 0.15" Zygote = "0.6.77" julia = "~1.9, 1.10"