From d5a5e32643d87d93bc28a2223601e9d4b1cd01a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:08:24 +0000 Subject: [PATCH] Update MAT requirement from 0.10, 0.11 to 0.10, 0.11, 0.12 Updates the requirements on [MAT](https://github.com/JuliaIO/MAT.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/MAT.jl/releases) - [Commits](https://github.com/JuliaIO/MAT.jl/commits/v0.12.0) --- updated-dependencies: - dependency-name: MAT dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- KomaMRIBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KomaMRIBase/Project.toml b/KomaMRIBase/Project.toml index b5f27d6e4..467cb6b3b 100644 --- a/KomaMRIBase/Project.toml +++ b/KomaMRIBase/Project.toml @@ -16,7 +16,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] Interpolations = "0.13, 0.14, 0.15, 0.16" -MAT = "0.10, 0.11" +MAT = "0.10, 0.11, 0.12" MRIBase = "0.4" Parameters = "0.12" Reexport = "1"