From f96456b9bc4e72b094f3277589545758a4501324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:06:08 +0000 Subject: [PATCH] build(deps): 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 70cbbf4..1e18cfb 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,3 +7,6 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [sources] InteractiveGMT = {path = ".."} + +[compat] +TOML = "1.0.3"