From 535a77230639343b91219e43def1960f2571a99c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Aug 2021 00:05:47 +0000 Subject: [PATCH] CompatHelper: bump compat for ChainRulesTestUtils to 1 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 f9f4dc7..5953659 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ChainRulesCore = "0.9.44, 0.10" -ChainRulesTestUtils = "0.6.3, 0.7" +ChainRulesTestUtils = "0.6.3, 0.7, 1" Combinatorics = "1.0.2" Distributions = "0.24.3, 0.25" FiniteDifferences = "0.11.3, 0.12"