From 69a9a25530f9e0b0c1804ff19ebda1ed796e1b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:32:15 +0000 Subject: [PATCH] Update PEtab requirement to 5.4.1 in /test Updates the requirements on [PEtab](https://github.com/sebapersson/PEtab.jl) to permit the latest version. - [Release notes](https://github.com/sebapersson/PEtab.jl/releases) - [Changelog](https://github.com/sebapersson/PEtab.jl/blob/main/HISTORY.md) - [Commits](https://github.com/sebapersson/PEtab.jl/compare/v1.0.0...v5.4.1) --- updated-dependencies: - dependency-name: PEtab dependency-version: 5.4.0 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..1e3e0a0 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] +PEtab = "5.4.1"