From 8de73e132a5557f2d59e9f4b61b7f8e8adb3bfcc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 00:24:07 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 4 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index bea50f4af..297892d01 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -55,7 +55,7 @@ StochasticDelayDiffEq = "1" StochasticDiffEq = "6" Sundials = "4.11, 5" SymbolicIndexingInterface = "0.3" -SymbolicUtils = "<1.6, 2, 3" +SymbolicUtils = "<1.6, 2, 3, 4" Tables = "1" Unitful = "1.12" Zygote = "0.6, 0.7"