From 2935493ab3b1712230ea3fcf0f64e686024995ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Nov 2022 17:29:17 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.21 for package turing, (keep existing compat) (#430) This pull request changes the compat entry for the `DynamicPPL` package from `0.20` to `0.20, 0.21` for package turing. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. --- test/turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/turing/Project.toml b/test/turing/Project.toml index 39223b95e..26d34fb3d 100644 --- a/test/turing/Project.toml +++ b/test/turing/Project.toml @@ -5,6 +5,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] -DynamicPPL = "0.20" +DynamicPPL = "0.20, 0.21" Turing = "0.21" julia = "1.6"