Update django-statici18n requirement from ==1.9.* to >=1.9,<2.2 in /src (#2332)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-18 17:41:37 +01:00
committed by GitHub
parent 8d13b51271
commit f6038d2c39

View File

@@ -188,7 +188,7 @@ setup(
'django-phonenumber-field==4.0.*',
'django-redis==5.0.*',
'django-scopes==1.2.*',
'django-statici18n==1.9.*',
'django-statici18n>=1.9,<2.2',
'djangorestframework==3.12.*',
'drf_ujson2==1.6.*',
'isoweek',