From 479aafd519e3bf775d0db65c656db8a98d438896 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Thu, 14 Dec 2023 18:28:49 -0500 Subject: [PATCH] Upgrade django-allauth --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa55fc8d..665a8ac5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'celery', 'dateparser', 'django>=3.2,<4.0', - 'django-allauth', + 'django-allauth>=0.59.0', 'django-auth-style[allauth]', 'django-configurations[database,email]', 'django-extensions',