From 53adfaba91c370aba36c05c87db8287852fba4e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:49:58 +0100 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#764) This pull request changes the compat entry for the `Documenter` package from `0.27` to `0.27, 1` for package docs. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 1f51098a5..f4d1f1ba4 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -20,7 +20,7 @@ Ribasim = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635" [compat] Configurations = "0.17" Dates = "1" -Documenter = "0.27" +Documenter = "0.27, 1" DocumenterMarkdown = "0.2" InteractiveUtils = "1" JSON3 = "1.12"