From 441696656dab1d09aba878677d260f34eae53664 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Apr 2026 00:42:30 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.41 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 285b91a9b..f489eb5d7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ ADTypes = "0.2.1, 1" DiffResults = "1" DifferentiationInterface = "0.6, 0.7" Distributions = "0.25.111" -DynamicPPL = "0.39, 0.40" +DynamicPPL = "0.39, 0.40, 0.41" Enzyme = "0.13, 0.14, 0.15" FillArrays = "1.6.1" ForwardDiff = "0.10.36, 1"