From d50240d600b2c29276d90a1758a7ea5c81a35d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 03:37:28 +0000 Subject: [PATCH] Update DocumenterInterLinks requirement to 1.1.0 in /docs Updates the requirements on [DocumenterInterLinks](https://github.com/JuliaDocs/DocumenterInterLinks.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDocs/DocumenterInterLinks.jl/releases) - [Changelog](https://github.com/JuliaDocs/DocumenterInterLinks.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/DocumenterInterLinks.jl/compare/v0.1.0...v1.1.0) --- updated-dependencies: - dependency-name: DocumenterInterLinks dependency-version: 1.1.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 7804e5f..596f8b7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,3 +10,4 @@ SPICEApplications = {path = "../lib/SPICEApplications"} [compat] Documenter = "1" +DocumenterInterLinks = "1.1.0"