From f8e2c5049d586d2760f1984a49235d9bfeaf0ddb Mon Sep 17 00:00:00 2001 From: pampletousse <51699553+pampletousse@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:54:21 +0100 Subject: [PATCH] [DONE] Pampletousse/fix captcha lib version (#1060) * Change default sort dashboard videos title into date_added * Change django-simple-captcha to fix error 500 --------- Co-authored-by: pampletousse --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a69dcac8b8..8f1f8292c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-tagging==0.5.0 django-modeltranslation==0.18.7 django-cas-client==1.5.3 ldap3==2.9 -django-simple-captcha==0.5.17 +django-simple-captcha==0.5.20 urllib3==1.26.18 elasticsearch==6.3.1 djangorestframework==3.14.0