From ca91154a1afdfcc2cce640425a1e42164717f5e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 00:56:45 +0000 Subject: [PATCH] CompatHelper: bump compat for "Documenter" to "0.27" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 56373a85..aabfdcb5 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ CSV = "0.8" DataFrames = "0.21, 0.22" DataStructures = "0.18" Distributions = "0.23, 0.24" -Documenter = "0.25, 0.26" +Documenter = "0.25, 0.26, 0.27" DocumenterLaTeX = "0.2" GZip = "0.5" ProgressMeter = "1.3"