From a15e9bc6e5d2231f027c989f01dcf91a157e69ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:06:16 +0000 Subject: [PATCH] build(deps): update LiveServer requirement to 1.5.0 Updates the requirements on [LiveServer](https://github.com/JuliaDocs/LiveServer.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDocs/LiveServer.jl/releases) - [Commits](https://github.com/JuliaDocs/LiveServer.jl/compare/v0.1.0...v1.5.0) --- updated-dependencies: - dependency-name: LiveServer dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 85161bb..5ce9d1b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -5,6 +5,7 @@ InteractiveGMT = "3c546f1b-5575-514c-865e-7c2fc24caa84" [compat] Documenter = "1" +LiveServer = "1.5.0" [sources] InteractiveGMT = {path = ".."}