diff --git a/setup.py b/setup.py index 0ada110..14ff77f 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", - "redis>=4.2.0<5.0.0" + "redis>=4.2.0,<5.0.0", ], )