From ab63fcf22681bb62a897b14d7249c38811aee837 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Aug 2024 00:55:15 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicQuantities to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9b54b5a676..1295aaa426 100644 --- a/Project.toml +++ b/Project.toml @@ -80,7 +80,7 @@ Distributed = "1" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" DomainSets = "0.6, 0.7" -DynamicQuantities = "^0.11.2, 0.12, 0.13" +DynamicQuantities = "^0.11.2, 0.12, 0.13, 0.14" ExprTools = "0.1.10" Expronicon = "0.8" FindFirstFunctions = "1"