From 5730b91afc114a3d7f76c8d5761bcd06e00d3633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:42:15 +0000 Subject: [PATCH] Update dependency django-simple-captcha to v0.6.0 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 62ba6e1..1bc8732 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -38,7 +38,7 @@ pyjwt==2.8.0 \ mysqlclient==2.2.4 \ django==4.2.10 \ django-pylibmc==0.6.1 \ -django-simple-captcha==0.5.20 \ +django-simple-captcha==0.6.0 \ pycryptodome==3.20.0 \ djangosaml2==1.9.2 \ python-ldap==3.4.4 \