From 44f4937544bda3a9755bad1b8781ed624b36ecba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:03:50 +0000 Subject: [PATCH] Update dependency captcha to v0.5.0 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 90b9c25..1d14531 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -33,7 +33,7 @@ RUN python3 -m pip install --upgrade pip &&\ pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ future==0.18.3 \ pillow==10.2.0 \ -captcha==0.4 \ +captcha==0.5.0 \ pyjwt==2.8.0 \ mysqlclient==2.1.1 \ django==3.2.24 \