From 479f00f9c3ca7026c91dd3ebdb5a2c3aef0a1277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:53:07 +0000 Subject: [PATCH] Update JLD2 requirement from 0.4, 0.5 to 0.4, 0.5, 0.6 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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index b1195d6..136634a --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ DynamicHMC = "3" EnsembleKalmanProcesses = "2" FileIO = "1.19.0" ForwardDiff = "1" -JLD2 = "0.4, 0.5" +JLD2 = "0.4, 0.5, 0.6" LogDensityProblems = "2" LogDensityProblemsAD = "1" MCMCChains = "6, 7"