mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update dependency sqlalchemy to v2.0.30
This commit is contained in:
parent
efc1de86ba
commit
144ef0c641
|
@ -20,7 +20,7 @@ libsasl2-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
||||||
sqlalchemy==2.0.29 \
|
sqlalchemy==2.0.30 \
|
||||||
click==8.1.7 \
|
click==8.1.7 \
|
||||||
termcolor==2.4.0 \
|
termcolor==2.4.0 \
|
||||||
colorlog==6.8.2 \
|
colorlog==6.8.2 \
|
||||||
|
|
|
@ -42,7 +42,7 @@ django-simple-captcha==0.6.0 \
|
||||||
pycryptodome==3.20.0 \
|
pycryptodome==3.20.0 \
|
||||||
djangosaml2==1.9.2 \
|
djangosaml2==1.9.2 \
|
||||||
python-ldap==3.4.4 \
|
python-ldap==3.4.4 \
|
||||||
sqlalchemy==2.0.29
|
sqlalchemy==2.0.30
|
||||||
|
|
||||||
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
||||||
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
||||||
|
|
Loading…
Reference in a new issue