From 3c73cc2471362595caba88a6c5fa96626d619915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:51:54 +0000 Subject: [PATCH] Update dependency pillow to v11.1.0 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index bb833db..30c13c4 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==11.0.0 \ +pillow==11.1.0 \ captcha==0.6.0 \ pyjwt==2.9.0 \ mysqlclient==2.2.6 \