From cd2498eb3c144be22680091bc72eac91c7845132 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Sep 2023 00:52:13 +0000 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index e16f39a6c..5ec8f4529 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" AxisArrays = "0.4.3" Compat = "3, 4" Distances = "0.10" -Documenter = "0.25, 0.26, 0.27" +Documenter = "0.25, 0.26, 0.27, 1" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10" Functors = "0.2, 0.3, 0.4"