Update pillow version to 10.0.*

This commit is contained in:
Gerrit Gogel 2023-10-18 15:28:01 +02:00
parent 60bb018a0f
commit 9affb7aaed

View file

@ -30,7 +30,7 @@ libmemcached-dev
RUN python3 -m pip install --upgrade pip &&\ RUN python3 -m pip install --upgrade pip &&\
pip3 install --timeout=3600 \ pip3 install --timeout=3600 \
future==0.18.* \ future==0.18.* \
pillow==9.3.* \ pillow==10.0.* \
captcha==0.4 \ captcha==0.4 \
pyjwt==2.6.* \ pyjwt==2.6.* \
mysqlclient==2.1.* \ mysqlclient==2.1.* \