From 270689d0c2c6d6c3e4c5a22521260a8355edb127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:24:17 +0000 Subject: [PATCH] Update JSON requirement from 0.20, 0.21 to 0.20, 0.21, 1.7 Updates the requirements on [JSON](https://github.com/JuliaIO/JSON.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/JSON.jl/releases) - [Commits](https://github.com/JuliaIO/JSON.jl/commits/v1.7.1) --- updated-dependencies: - dependency-name: JSON dependency-version: 1.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa2501c..31a991b 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -JSON = "0.20, 0.21" +JSON = "0.20, 0.21, 1.7" julia = "1" JuliaInterpreter = "0.8.5, 0.9, 0.10, 0.11"