From e5870248ceb2fa058496d5ca24f678405f33524c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:15:17 +0000 Subject: [PATCH] Update ExaModelsCollocation requirement to 0.1.0 in /test Updates the requirements on [ExaModelsCollocation](https://github.com/madsuite-org/ExaModelsCollocation.jl) to permit the latest version. - [Release notes](https://github.com/madsuite-org/ExaModelsCollocation.jl/releases) - [Commits](https://github.com/madsuite-org/ExaModelsCollocation.jl/compare/v0.1.0...v0.1.0) --- updated-dependencies: - dependency-name: ExaModelsCollocation dependency-version: 0.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 3fe1c7f..e818a52 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,5 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ExaModels = "0.12.0" +ExaModelsCollocation = "0.1.0" KernelAbstractions = "0.9.42" MadNLP = "0.10.1"