Bump djangorestframework to 3.13.*

This commit is contained in:
Raphael Michel
2022-02-14 15:52:10 +01:00
parent 5e1cff53b4
commit fb89e31c1c

View File

@@ -189,7 +189,7 @@ setup(
'django-redis==5.0.*',
'django-scopes==1.2.*',
'django-statici18n==2.1.*',
'djangorestframework==3.12.*',
'djangorestframework==3.13.*',
'dnspython<2.0', # do not upgrade, causes issues with eventlet / gunicorn 19 and we cannot upgrade gunicorn right now
'drf_ujson2==1.6.*',
'isoweek',