From a94d1674b1ba8fa3ab1fed57f3168d67e811c19d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:01:45 +0100 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#106) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index adeb617..5a41251 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,7 +7,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Documenter = "0.26.3, 0.27" +Documenter = "0.26.3, 0.27, 1" InvertedIndices = "1" OffsetArrays = "1" julia = "1"