From 333faaf4f82999682951a6d405b8f54f2cd6dfe1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:56:43 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d6ce04941..7779b147c 100644 --- a/Project.toml +++ b/Project.toml @@ -105,7 +105,7 @@ Images = "0.26" IncrementalInference = "0.34, 0.35" Interpolations = "0.14, 0.15" JLD2 = "0.3, 0.4" -JSON = "0.20, 0.21" +JSON = "0.20, 0.21, 1" JSON2 = "0.3, 0.4" JSON3 = "1" KernelDensityEstimate = "0.5"