From 3205cc5bf08991811d2b78a16c11608db53cc9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 23:46:35 +0000 Subject: [PATCH] Update JLD2 requirement to 0.6.3 in /test 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/compare/v0.0.1...v0.6.3) --- updated-dependencies: - dependency-name: JLD2 dependency-version: 0.6.3 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 f46087c..15c7029 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,6 +15,7 @@ BenchmarkTools = "1" Documenter = "1" Graphs = "1.4.1" InteractiveUtils = "1" +JLD2 = "0.6.3" MetaGraphs = "0.7, 0.8" SimpleTraits = "0.9" Test = "1"