From 30456fd6e49468759aec836e87d4819259ed6800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:35:30 +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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2ac6f61f..31c39c29 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ ImageShow = "0.3" JLD2 = "0.4.21, 0.5, 0.6" JSON3 = "1" LazyModules = "0.3" -MAT = "0.10, 0.11" +MAT = "0.10, 0.11, 0.12" MLUtils = "0.2.0, 0.3, 0.4" NPZ = "0.4" SparseArrays = "1.0"