From c383d53ad61ad6864d2f62795a3606b15547dada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:26:45 +0000 Subject: [PATCH] Update MadNLP requirement to 0.10.1 in /test Updates the requirements on [MadNLP](https://github.com/MadNLP/MadNLP.jl) to permit the latest version. - [Release notes](https://github.com/MadNLP/MadNLP.jl/releases) - [Commits](https://github.com/MadNLP/MadNLP.jl/compare/v0.1.0...v0.10.1) --- updated-dependencies: - dependency-name: MadNLP dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index e8e4e64..34698ed 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,3 +7,6 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" MadNLPGPU = "d72a61cc-809d-412f-99be-fd81f4b8a598" PEtab = "48d54b35-e43e-4a66-a5a1-dde6b987cf69" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +MadNLP = "0.10.1"