-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perform Dependency Upgrades and System Fixes (#248)
* fix issue internal error when preview mail and send mail without template * remove unused lib slimit and upgrade jquery to latest version 3.7.1 * update fabric version * Upgrade package-lock to v2 * Get rid of unmaintained dependency python-u2flib-server * Upgrade NodeJS to latest version 22.x * upgrade version in package.json * Update webauthn requirement from to ==2.0 * Upgrade celery to 5.4.* * chardet to 5.2.* * css-inline to 0.14.* * django-bootstrap3 to 24.2 * django-compressor to 4.5, * Perform Dependency Upgrades * Perform Dependency Upgrades * upgrade hijack version * fix isort * update docs * downgrade stripe to version compability with stripe plugin --------- Co-authored-by: odkhang <[email protected]>
- Loading branch information
Showing
33 changed files
with
20,430 additions
and
11,902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,49 +20,47 @@ classifiers = [ | |
] | ||
dependencies = [ | ||
'Django==4.2.*', | ||
'djangorestframework==3.14.*', | ||
'python-dateutil==2.8.*', | ||
'djangorestframework==3.15.*', | ||
'python-dateutil==2.9.*', | ||
'isoweek', | ||
'requests==2.31.*', | ||
'pytz', | ||
'django-bootstrap3==23.1.*', | ||
'django-bootstrap3==24.2', | ||
'django-formset-js-improved==0.5.0.3', | ||
'django-compressor==4.3.*', | ||
'django-hierarkey==1.1.*', | ||
'django-filter==23.2', | ||
'django-compressor==4.5', | ||
'django-hierarkey==1.2.*', | ||
'django-filter==24.2', | ||
'django-scopes==2.0.*', | ||
'django-localflavor==4.0', | ||
'reportlab==4.0.*', | ||
'Pillow==9.5.*', | ||
'reportlab==4.2.*', | ||
'Pillow==10.4.*', | ||
'pypdf==4.2.*', | ||
'django-libsass==0.9', | ||
'libsass==0.22.*', | ||
'django-otp==1.2.*', | ||
'webauthn==0.4.*', | ||
'python-u2flib-server==4.*', | ||
'django-formtools==2.4.1', | ||
'celery==5.3.*', | ||
'libsass==0.23.*', | ||
'django-otp==1.5.*', | ||
'webauthn==2.2.*', | ||
'django-formtools==2.5.1', | ||
"celery==5.4.*", | ||
'kombu==5.3.*', | ||
'django-statici18n==2.3.*', | ||
'css-inline==0.8.*', | ||
'django-statici18n==2.5.*', | ||
'css-inline==0.14.*', | ||
'BeautifulSoup4==4.12.*', | ||
'slimit', | ||
'lxml', | ||
'static3==0.7.*', | ||
'dj-static', | ||
'csscompressor', | ||
'django-markup', | ||
'markdown==3.4.3', | ||
'markdown==3.6', | ||
'bleach==5.0.*', | ||
'sentry-sdk==1.15.*', | ||
'babel', | ||
'paypalrestsdk==1.13.*', | ||
'pycparser==2.21', | ||
'pycparser==2.22', | ||
'django-redis==5.4.*', | ||
'redis==5.0.*', | ||
'fakeredis==2.18.*', | ||
'fakeredis==2.23.*', | ||
'stripe==5.4.*', | ||
'chardet==5.1.*', | ||
'chardet==5.2.*', | ||
'mt-940==4.30.*', | ||
'django-i18nfield==1.9.*,>=1.9.4', | ||
'psycopg2-binary==2.9.9', | ||
|
@@ -74,26 +72,26 @@ dependencies = [ | |
'defusedcsv>=1.1.0', | ||
'vat_moss_forked==2020.3.20.0.11.0', | ||
'jsonschema', | ||
'django-hijack==2.*', | ||
'django-hijack==3.5.*', | ||
'openpyxl==3.1.*', | ||
'django-oauth-toolkit==2.4.*', | ||
'oauthlib==3.2.*', | ||
'django-phonenumber-field==7.1.*', | ||
'django-phonenumber-field==7.3.*', | ||
'phonenumberslite==8.13.*', | ||
'python-bidi==0.4.*', # Support for Arabic in reportlab | ||
'arabic-reshaper==3.0.0', # Support for Arabic in reportlab | ||
'packaging', | ||
'tlds>=2020041600', | ||
'text-unidecode==1.*', | ||
'protobuf==4.23.*', | ||
'protobuf==5.27.*', | ||
'cryptography>=3.4.2', | ||
'pycryptodome==3.20.*', | ||
'sepaxml==2.6.*', | ||
'geoip2==4.*', | ||
'paypalhttp==1.*', | ||
'eventyay-stripe @ git+https://[email protected]/fossasia/eventyay-tickets-stripe.git@master', | ||
'sendgrid==6.11.*', | ||
'importlib_metadata==7.*', | ||
'importlib_metadata==8.*', | ||
'qrcode==7.4.*', | ||
'pretix-pages @ git+https://github.com/fossasia/eventyay-ticket-pages.git@master', | ||
'pretix-venueless @ git+https://github.com/fossasia/eventyay-ticket-video.git@master', | ||
|
@@ -105,18 +103,18 @@ dependencies = [ | |
memcached = ["pylibmc"] | ||
dev = [ | ||
'django-debug-toolbar==4.0.*', | ||
'pycodestyle==2.10.*', | ||
'pyflakes==3.0.*', | ||
'flake8==6.0.*', | ||
'pep8-naming==0.13.*', | ||
'pycodestyle==2.12.*', | ||
'pyflakes==3.2.*', | ||
'flake8==7.1.*', | ||
'pep8-naming==0.14.*', | ||
'coveralls', | ||
'coverage', | ||
'pytest==7.3.*', | ||
'pytest==8.2.*', | ||
'pytest-django==4.*', | ||
'pytest-xdist==3.3.*', | ||
'isort==5.12.*', | ||
'pytest-mock==3.10.*', | ||
'pytest-rerunfailures==11.*', | ||
'pytest-xdist==3.6.*', | ||
'isort==5.13.*', | ||
'pytest-mock==3.14.*', | ||
'pytest-rerunfailures==14.*', | ||
'responses', | ||
'potypo', | ||
'freezegun', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.