From 69dbfadbe19b5c2b3b558a0cebf10fbb2144c41b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:44:53 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DiffTests in [extras] to 0.1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3a4cdfb..5bcb02c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" ChainRulesCore = "1" DiffResults = "1" DiffRules = "1.4" -DiffTests = "< 0.1.2" +DiffTests = "< 0.1.2, 0.1" ForwardDiff = "0.10, 1" FunctionWrappers = "1" IrrationalConstants = "0.2" From a91eb1f7c2aed4b30c68fa361a428aa3b4c10b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Sun, 14 Dec 2025 19:01:44 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5bcb02c..8d410e9 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" ChainRulesCore = "1" DiffResults = "1" DiffRules = "1.4" -DiffTests = "< 0.1.2, 0.1" +DiffTests = "0.1" ForwardDiff = "0.10, 1" FunctionWrappers = "1" IrrationalConstants = "0.2"