From 21fc843a3a2eb8b80d33ef973df8102edca741f3 Mon Sep 17 00:00:00 2001
From: CompatHelper Julia <compathelper_noreply@julialang.org>
Date: Tue, 5 Nov 2024 00:14:28 +0000
Subject: [PATCH] CompatHelper: bump compat for Functors to 0.5, (keep existing
 compat)

---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index db48f5d8e8..f424c9dd60 100644
--- a/Project.toml
+++ b/Project.toml
@@ -43,7 +43,7 @@ ChainRulesCore = "1.10"
 Compat = "2.1, 3, 4"
 Dictionaries = "0.4"
 DocStringExtensions = "0.9.3"
-Functors = "0.2, 0.3, 0.4"
+Functors = "0.2, 0.3, 0.4, 0.5"
 HDF5 = "0.14, 0.15, 0.16, 0.17"
 IsApprox = "0.1, 1, 2"
 LinearAlgebra = "1.6"