From febf97befb4ce800d585979dac11ac404f503282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:30:52 +0000 Subject: [PATCH] Update dependency pillow to v11 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index a90648e..f4c5d6e 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -44,7 +44,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.4.0 \ +pillow==11.0.0 \ captcha==0.6.0 \ pyjwt==2.9.0 \ mysqlclient==2.2.4 \