From 4f8f5604fb7cbfed5a0ff05ae074df0df548437d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:34:52 +0000 Subject: [PATCH] Update JSON3 requirement to 1.14.3 Updates the requirements on [JSON3](https://github.com/quinnj/JSON3.jl) to permit the latest version. - [Release notes](https://github.com/quinnj/JSON3.jl/releases) - [Commits](https://github.com/quinnj/JSON3.jl/compare/v1.0.0...v1.14.3) --- updated-dependencies: - dependency-name: JSON3 dependency-version: 1.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index c3a69f9a..ba627b06 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [sources] MLDatasets = {path = ".."} + +[compat] +JSON3 = "1.14.3"