From 4bc04de325a358d9f349c676e94da3e3e735486d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 23 Feb 2022 10:35:45 +0100 Subject: [PATCH] Update django-statici18n requirement from ==2.1.* to ==2.2.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index bf2c6e974..89152809d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -188,7 +188,7 @@ setup( 'django-phonenumber-field==6.0.*', 'django-redis==5.0.*', 'django-scopes==1.2.*', - 'django-statici18n==2.1.*', + 'django-statici18n==2.2.*', '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.*',