From 9725c3e6afd87ab770c1ffc6f88e1ce1c682e3d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 00:15:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors in [weakdeps] to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7097c2499..6743aa58e 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ AbstractFFTs = "1.3.1" ChainRules = "1.44.1" ChainRulesCore = "1.9" ChainRulesTestUtils = "1" -Colors = "0.12" +Colors = "0.12, 0.13" DiffRules = "1.4" Distances = "0.10" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"