From df09e3406abf004a29392cdf3723bd8b35593c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:07:32 +0000 Subject: [PATCH] Update Documenter requirement to 1.17.0 Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.17.0) --- updated-dependencies: - dependency-name: Documenter dependency-version: 1.17.0 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 d186788..5de4367 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,3 +15,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [sources] EmulatedBitIntegers = {path = ".."} PrecompileTest = {path = "PrecompileTest"} + +[compat] +Documenter = "1.17.0"