From fb89e31c1c791bad57deada88a80c42df8c9d2b3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 14 Feb 2022 15:52:10 +0100 Subject: [PATCH] Bump djangorestframework to 3.13.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 9a3e60321..79e0ffbbd 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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',