From c71ac2141f8f766cfbd49801d36a88f5842a4b9d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 8 Dec 2022 13:50:05 +0100 Subject: [PATCH] Bump drf_ujson2 to 1.7.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 78aafe345..4726f4837 100644 --- a/src/setup.py +++ b/src/setup.py @@ -190,7 +190,7 @@ setup( 'django-statici18n==2.3.*', '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.*', + 'drf_ujson2==1.7.*', 'isoweek', 'jsonschema', 'kombu==4.6.*',