From 9a7e838ed2cb8c1e4e2334eef57f0748b735b51f Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 2 Aug 2024 07:19:10 +0800 Subject: [PATCH] Expand redis.py constraints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6fcd32..6062f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "allianceauth>=3.0.0,<5.0.0", "py-cord>2.0.0,<3.0.0", "pendulum>=2.1.2,<4.0.0", - "redis>=4.2.0,<5.0.0", + "redis>=4.2.0,<6.0.0", "django-solo>=2.1.0,<3.0.0" ]