Merge pull request #175 from ggogel/renovate/pillow-10.x

Update dependency pillow to v10.2.0
This commit is contained in:
Gerrit Gogel 2024-02-19 11:03:17 +01:00 committed by GitHub
commit 9b9daa7bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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==0.18.3 \ future==0.18.3 \
pillow==10.0.1 \ pillow==10.2.0 \
captcha==0.4 \ captcha==0.4 \
pyjwt==2.8.0 \ pyjwt==2.8.0 \
mysqlclient==2.1.1 \ mysqlclient==2.1.1 \