From 1d624f1488ea2bbb4ba514a3eb9e90616fe8d765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:41:30 -0700 Subject: [PATCH] CompatHelper: bump compat for Bijectors to 0.14 for package test, (keep existing compat) (#139) 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 bbf9c4c61..9a6787585 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,7 +25,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ADTypes = "0.2.1, 1" -Bijectors = "0.13" +Bijectors = "0.13, 0.14" DiffResults = "1" DifferentiationInterface = "0.6" Distributions = "0.25.111"