From 9ca04b8505ea35dc8484d93cc731d7a9c23ef7f8 Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Fri, 8 Sep 2023 15:33:22 +0300 Subject: [PATCH] updates allauth dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b93db64c2..1c6d25655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "dj-database-url>=0.5.0", "Django~=3.2.13", "django-advanced-password-validation==1.1.1", - "django-allauth>=0.49.0", + "django-allauth>=0.56.0", "django-background-tasks>=1.2.5", "django-ckeditor>=6.4.2", "django-compressor>=3.1",