From cffb4cb835e2ee4e48cf1534ab04e041470b6d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:54:32 +0000 Subject: [PATCH] Update TOML requirement to 1.0.3 Updates the requirements on [TOML](https://github.com/JuliaLang/TOML.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLang/TOML.jl/releases) - [Commits](https://github.com/JuliaLang/TOML.jl/commits) --- updated-dependencies: - dependency-name: TOML dependency-version: 1.0.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 912a542..f23619c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" UseAll = "edbe3dbe-4909-5f9e-bb65-679d27932c2a" + +[compat] +TOML = "1.0.3"