Bump djangorestframework to 3.14.*

This commit is contained in:
Raphael Michel
2022-10-06 16:05:23 +02:00
parent 632e441c24
commit 8b4197d868
2 changed files with 7 additions and 2 deletions

View File

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