From 6f4cc081d2af1efda2fc2b2f526c921e2cd5b99b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 01:44:22 +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 4a6cb0368..0d63423c1 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -55,7 +55,7 @@ StochasticDelayDiffEq = "1" StochasticDiffEq = "6" Sundials = "4.11" SymbolicIndexingInterface = "0.3" -SymbolicUtils = "<1.6, 2, 3" +SymbolicUtils = "<1.6, 2, 3, 4" Tables = "1" Unitful = "1.12" Zygote = "0.6, 0.7"