From 766904033cb0f6814314727b0cba6eefe1197431 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:08:19 +0100 Subject: [PATCH] CompatHelper: bump compat for AbstractMCMC to 5 for package test, (keep existing compat) (#439) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 15bc6c96..0d37183e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] -AbstractMCMC = "2.2.1, 3.0, 4" +AbstractMCMC = "2.2.1, 3.0, 4, 5" DataFrames = "0.22.4, 1.0" Distributions = "0.24.12, 0.25" Documenter = "0.26, 0.27"