diff --git a/pyproject.toml b/pyproject.toml index 02f0dba94..213f4c344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,9 @@ dependencies = [ 'babel', 'paypalrestsdk==1.13.*', 'pycparser==2.21', - 'django-redis==5.2.*', - 'redis==4.5.*,>=4.5.4', + 'django-redis==5.4.*', + 'redis==5.0.*', + 'fakeredis==2.18.*', 'stripe==5.4.*', 'chardet==5.1.*', 'mt-940==4.30.*',