From cf311bd28fa27ba4bfa6c9d042a694d327e4fd10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:37:08 +0100 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#376) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) * Drop old compats --------- Co-authored-by: CompatHelper Julia Co-authored-by: Théo Galy-Fajou Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index e5164b5b..27e5552d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,7 +14,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" -Documenter = "0.24, 0.25, 0.26, 0.27" +Documenter = "1" FillArrays = "0.11, 0.12, 0.13, 1" FiniteDifferences = "0.9.6, 0.10, 0.11, 0.12" LinearAlgebra = "1"