From 5a0c18dc41c459652ad59bdfa59c6e4b7d0e420f Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Sun, 7 May 2023 14:24:55 +0800 Subject: [PATCH] update deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b742234..0ada110 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ "allianceauth>=2.9.0,<4.0.0", "py-cord>2.0.0,<3.0.0", "pendulum>=2.1.2,<3.0.0", - "aioredis>=2.0.0" + "redis>=4.2.0<5.0.0" ], )