From 885d01385ef9b8e7f823e78fc304f832e44c4eba Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sun, 28 Jul 2024 22:49:41 +0200 Subject: [PATCH] update added modules to latest version --- seahub/Dockerfile | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index bebff32..df73490 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -55,22 +55,23 @@ pycryptodome==3.20.0 \ djangosaml2==1.9.3 \ python-ldap==3.4.4 \ sqlalchemy==2.0.31 \ -django-statici18n==2.3.* \ -django_webpack_loader==1.7.* \ +sqlalchemy==2.0.31 \ +django-statici18n==2.5.0 \ +django_webpack_loader==3.1.0 \ django_picklefield==3.1 \ django_formtools==2.4 \ -djangorestframework==3.14.* \ -python-dateutil==2.8.* \ -python-cas==1.6.* \ -requests==2.31.* \ -requests_oauthlib==1.3.* \ -qrcode==7.3.* \ -chardet==5.1.* \ -openpyxl==3.0.* \ -Markdown==3.4.* \ -bleach==5.0.* \ -pypinyin==0.50.* \ -PyMuPDF==1.24.* \ +djangorestframework==3.15.2 \ +python-dateutil==2.9.0 \ +python-cas==1.6.0 \ +requests==2.32.3 \ +requests_oauthlib==2.0.0 \ +qrcode==7.4.2 \ +chardet==5.2.0 \ +openpyxl==3.1.5 \ +Markdown==3.6 \ +bleach==6.1.0 \ +pypinyin==0.51.0 \ +PyMuPDF==1.24.9 \ pymysql==1.1.1 RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \