From 44939e372d703675d9b8e4f8c909cc28ddc39d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:27:34 +0000 Subject: [PATCH] Update dependency pillow to v10.3.0 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 6933273..c823175 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -32,7 +32,7 @@ python3-dev RUN python3 -m pip install --upgrade pip &&\ pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ future==1.0.0 \ -pillow==10.2.0 \ +pillow==10.3.0 \ captcha==0.5.0 \ pyjwt==2.8.0 \ mysqlclient==2.2.4 \