Tighten dependency ranges

This commit is contained in:
Raphael Michel
2021-11-29 09:19:50 +01:00
parent 50060cdc8d
commit f64042280a

View File

@@ -161,9 +161,9 @@ setup(
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
'babel',
'BeautifulSoup4==4.8.*',
'bleach>=3.3,<4.2',
'bleach==4.1.*',
'celery==4.4.*',
'chardet>=3.0.2,<4.1.0',
'chardet==4.0.*',
'cryptography>=3.4.2',
'csscompressor',
'css-inline==0.7.*',
@@ -173,28 +173,28 @@ setup(
'django-bootstrap3==15.0.*',
'django-compressor==2.4.*',
'django-countries>=7.2',
'django-filter>=2.4,<21.2',
'django-filter==21.1',
'django-formset-js-improved==0.5.0.2',
'django-formtools==2.3',
'django-hierarkey==1.0.*,>=1.0.4',
'django-hijack>=2.2.0,<2.3.0',
'django-i18nfield==1.9.*,>=1.9.3',
'django-libsass==0.9',
'django-localflavor>=3.0,<3.2',
'django-localflavor==3.1',
'django-markup',
'django-mysql',
'django-oauth-toolkit==1.2.*',
'django-otp>=0.7,<1.2',
'django-otp==1.1.*',
'django-phonenumber-field==4.0.*',
'django-redis==5.0.*',
'django-scopes==1.2.*',
'django-statici18n>=1.9,<2.2',
'django-statici18n==2.1.*',
'djangorestframework==3.12.*',
'drf_ujson2==1.6.*',
'isoweek',
'jsonschema',
'kombu==4.6.*',
'libsass>=0.20,<0.22',
'libsass==0.21.*',
'lxml',
'markdown==3.3.4', # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
# We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7
@@ -203,7 +203,7 @@ setup(
'openpyxl==3.0.*',
'packaging',
'paypalrestsdk==1.13.*',
'phonenumberslite>=8.11,<8.13',
'phonenumberslite==8.11.*',
'Pillow==8.*',
'protobuf==3.15.*',
'psycopg2-binary',
@@ -215,10 +215,10 @@ setup(
'python-u2flib-server==4.*',
'pytz',
'pyuca',
'redis>=3.4,<3.6',
'redis=3.5.*',
'reportlab>=3.5.65',
'requests==2.25.*',
'sentry-sdk>=1.1,<1.5',
'sentry-sdk==1.4.*',
'sepaxml==2.4.*,>=2.4.1',
'slimit',
'static3==0.7.*',