From 862844f59ff19096dcb4df4619f450967436bd24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:06:28 +0200 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#419) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6922b3589d..fefe1a65c7 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ ManoptRipQPQuadraticModelsExt = ["RipQP", "QuadraticModels"] Aqua = "0.8" ColorSchemes = "3.5.0" ColorTypes = "0.9.1, 0.10, 0.11, 0.12" -Colors = "0.11.2, 0.12" +Colors = "0.11.2, 0.12, 0.13" DataStructures = "0.17, 0.18" Dates = "1.6" ForwardDiff = "0.10"