From 6431659d85b6912e2e743e6fe1ddcfcd5dfaec62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:23:04 -0400 Subject: [PATCH] CompatHelper: bump compat for Hecke in [weakdeps] to 0.34, (keep existing compat) (#370) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9fa6de810..003daf2d5 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ Combinatorics = "1.0" DataStructures = "0.18" DocStringExtensions = "0.9" Graphs = "1.9" -Hecke = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33" +Hecke = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" HostCPUFeatures = "0.1.6" ILog2 = "0.2.3" InteractiveUtils = "1.9"