From 6b0066c6ef5fc147e44c97876d03fc697ac4c6b1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:07:15 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON in [extras] to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 643ea0f47..464963d33 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Distributions" uuid = "31c24e10-a181-5473-b8eb-7969acd0382f" -authors = ["JuliaStats"] version = "0.25.122" +authors = ["JuliaStats"] [deps] AliasTables = "66dad0bd-aa9a-41b7-9441-69ab47430ed8" @@ -41,7 +41,7 @@ Distributed = "<0.0.1, 1" FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" FiniteDifferences = "0.12" ForwardDiff = "0.10, 1" -JSON = "0.21" +JSON = "0.21, 1" LinearAlgebra = "<0.0.1, 1" OffsetArrays = "1" PDMats = "0.11.35"