mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Merge pull request #256 from ggogel/renovate/pillow-10.x
Update dependency pillow to v10.4.0
This commit is contained in:
commit
88b9abee8c
|
@ -32,7 +32,7 @@ python3-dev
|
||||||
RUN python3 -m pip install --upgrade pip &&\
|
RUN python3 -m pip install --upgrade pip &&\
|
||||||
pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
||||||
future==1.0.0 \
|
future==1.0.0 \
|
||||||
pillow==10.3.0 \
|
pillow==10.4.0 \
|
||||||
captcha==0.5.0 \
|
captcha==0.5.0 \
|
||||||
pyjwt==2.8.0 \
|
pyjwt==2.8.0 \
|
||||||
mysqlclient==2.2.4 \
|
mysqlclient==2.2.4 \
|
||||||
|
|
Loading…
Reference in a new issue