Raise some dependencies

This commit is contained in:
Raphael Michel
2021-11-29 09:27:11 +01:00
parent f64042280a
commit 5638d68894

View File

@@ -185,7 +185,7 @@ setup(
'django-mysql',
'django-oauth-toolkit==1.2.*',
'django-otp==1.1.*',
'django-phonenumber-field==4.0.*',
'django-phonenumber-field==6.0.*',
'django-redis==5.0.*',
'django-scopes==1.2.*',
'django-statici18n==2.1.*',
@@ -203,9 +203,9 @@ setup(
'openpyxl==3.0.*',
'packaging',
'paypalrestsdk==1.13.*',
'phonenumberslite==8.11.*',
'phonenumberslite==8.12.*',
'Pillow==8.*',
'protobuf==3.15.*',
'protobuf==3.19.*',
'psycopg2-binary',
'pycountry',
'pycparser==2.21',
@@ -215,10 +215,10 @@ setup(
'python-u2flib-server==4.*',
'pytz',
'pyuca',
'redis=3.5.*',
'reportlab>=3.5.65',
'requests==2.25.*',
'sentry-sdk==1.4.*',
'redis==3.5.*',
'reportlab==3.6.*',
'requests==2.26.*',
'sentry-sdk==1.5.*',
'sepaxml==2.4.*,>=2.4.1',
'slimit',
'static3==0.7.*',