From 632e441c24541d80cb2539098b929a58bf27f964 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 6 Oct 2022 14:26:53 +0200 Subject: [PATCH] Bump django-statici18n to 2.3.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index f0ce9a2b9..ed55e3639 100644 --- a/src/setup.py +++ b/src/setup.py @@ -187,7 +187,7 @@ setup( 'django-phonenumber-field==7.0.*', 'django-redis==5.0.*', 'django-scopes==1.2.*', - 'django-statici18n==2.2.*', + 'django-statici18n==2.3.*', '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.*',