Skip to content

Commit

Permalink
Merge pull request #320 from ggogel/renovate/sqlalchemy-2.0.x
Browse files Browse the repository at this point in the history
Update dependency sqlalchemy to v2.0.36
  • Loading branch information
ggogel authored Oct 19, 2024
2 parents 7ece3d2 + 11da9b3 commit b10c4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.35 \
sqlalchemy==2.0.36 \
click==8.1.7 \
termcolor==2.5.0 \
colorlog==6.8.2 \
Expand Down
4 changes: 2 additions & 2 deletions seahub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.35 \
sqlalchemy==2.0.35 \
sqlalchemy==2.0.36 \
sqlalchemy==2.0.36 \
django-statici18n==2.5.0 \
django_webpack_loader==3.1.1 \
django_picklefield==3.2 \
Expand Down

0 comments on commit b10c4ed

Please sign in to comment.