From 10daeabcb14c75d633206d2bb3996f2dee32b59d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Oct 2022 03:15:30 +0000 Subject: [PATCH] CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 079d49d6c8..d37e22db40 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ Adapt = "1.1, 2.0, 3.0" ArrayInterface = "2.7, 3.0, 4, 5" DataStructures = "0.18" DiffEqBase = "6.81.3" -DocStringExtensions = "0.8" +DocStringExtensions = "0.8, 0.9" ExponentialUtilities = "1.2" FastClosures = "0.3" FiniteDiff = "2"