Update dependency sqlalchemy to v2.0.40

This commit is contained in:
renovate[bot] 2025-03-27 19:45:33 +00:00 committed by GitHub
parent 21d67dd7ff
commit 8c60a63c94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions
seafile-server
seahub

View file

@ -31,7 +31,7 @@ libsasl2-dev \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
sqlalchemy==2.0.36 \
sqlalchemy==2.0.40 \
click==8.1.8 \
termcolor==2.5.0 \
colorlog==6.9.0 \

View file

@ -54,8 +54,8 @@ django-simple-captcha==0.6.0 \
pycryptodome==3.21.0 \
djangosaml2==1.9.3 \
python-ldap==3.4.4 \
sqlalchemy==2.0.36 \
sqlalchemy==2.0.36 \
sqlalchemy==2.0.40 \
sqlalchemy==2.0.40 \
django-statici18n==2.5.0 \
django_webpack_loader==3.1.1 \
django_picklefield==3.2 \