mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
Update dependency click to v8.1.7
This commit is contained in:
parent
04ecb28d50
commit
588afce6d1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ python3-pip \
|
||||||
|
|
||||||
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.27 \
|
sqlalchemy==2.0.27 \
|
||||||
click==8.0.3 \
|
click==8.1.7 \
|
||||||
termcolor==1.1.0 \
|
termcolor==1.1.0 \
|
||||||
colorlog==6.6.0 \
|
colorlog==6.6.0 \
|
||||||
pymysql==1.0.2 \
|
pymysql==1.0.2 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue