From 87ef1f5aa5ea7ad303f83aba2c1ed7c208a777f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:29:57 +0000 Subject: [PATCH] Update JSON requirement from 0.20, 0.21 to 0.20, 0.21, 1.6 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.6.1) --- updated-dependencies: - dependency-name: JSON dependency-version: 1.6.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..e7f5470 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.6" julia = "1" JuliaInterpreter = "0.8.5, 0.9, 0.10, 0.11"