update added modules to latest version

This commit is contained in:
Gerrit Gogel 2024-07-28 22:49:41 +02:00
parent 0ccae246c6
commit 885d01385e

View file

@ -55,22 +55,23 @@ pycryptodome==3.20.0 \
djangosaml2==1.9.3 \ djangosaml2==1.9.3 \
python-ldap==3.4.4 \ python-ldap==3.4.4 \
sqlalchemy==2.0.31 \ sqlalchemy==2.0.31 \
django-statici18n==2.3.* \ sqlalchemy==2.0.31 \
django_webpack_loader==1.7.* \ django-statici18n==2.5.0 \
django_webpack_loader==3.1.0 \
django_picklefield==3.1 \ django_picklefield==3.1 \
django_formtools==2.4 \ django_formtools==2.4 \
djangorestframework==3.14.* \ djangorestframework==3.15.2 \
python-dateutil==2.8.* \ python-dateutil==2.9.0 \
python-cas==1.6.* \ python-cas==1.6.0 \
requests==2.31.* \ requests==2.32.3 \
requests_oauthlib==1.3.* \ requests_oauthlib==2.0.0 \
qrcode==7.3.* \ qrcode==7.4.2 \
chardet==5.1.* \ chardet==5.2.0 \
openpyxl==3.0.* \ openpyxl==3.1.5 \
Markdown==3.4.* \ Markdown==3.6 \
bleach==5.0.* \ bleach==6.1.0 \
pypinyin==0.50.* \ pypinyin==0.51.0 \
PyMuPDF==1.24.* \ PyMuPDF==1.24.9 \
pymysql==1.1.1 pymysql==1.1.1
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \