From b1a1b5969b36af1dcbdfb4a76ec5fb90519e4edb Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Mon, 29 Apr 2024 17:21:43 +0300 Subject: [PATCH 1/3] pins allauth version 0.56.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4de9fb635..9f1ba340b 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.56.0", + "django-allauth==0.56.0", "django-autocomplete-light>=3.9.7", "django-background-tasks>=1.2.5", "django-ckeditor>=6.4.2", From 35c978d15ad48696f480fac08cc83a4253e9ce6d Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Mon, 29 Apr 2024 17:29:46 +0300 Subject: [PATCH 2/3] fixes allauth dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f1ba340b..991527008 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.56.0", + "django-allauth[socialaccount]>=0.56.0", "django-autocomplete-light>=3.9.7", "django-background-tasks>=1.2.5", "django-ckeditor>=6.4.2", From 2ad33da3356b08b88c8772752b21b438650044da Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Mon, 29 Apr 2024 17:32:47 +0300 Subject: [PATCH 3/3] pins all auth to 0.62.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 991527008..2eb13a7f8 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[socialaccount]>=0.56.0", + "django-allauth[socialaccount]>=0.62.0", "django-autocomplete-light>=3.9.7", "django-background-tasks>=1.2.5", "django-ckeditor>=6.4.2",