From c8758e1f118d0add11f7e50d0cc1fb71a269b4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:55:04 +0000 Subject: [PATCH] Update JLD2 requirement to 0.6.5 Updates the requirements on [JLD2](https://github.com/JuliaIO/JLD2.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/JLD2.jl/releases) - [Changelog](https://github.com/JuliaIO/JLD2.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaIO/JLD2.jl/commits/v0.6.5) --- updated-dependencies: - dependency-name: JLD2 dependency-version: 0.6.5 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 7e816ed5..e5c0662b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,4 +12,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +JLD2 = "0.6.5" ParallelTestRunner = "2.2"