From 019c0629fd98c7ed4005387eb4ece5182995b14f Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 13 Sep 2024 09:13:25 -0400 Subject: [PATCH] upgrade allauth (#2555) bypass the migration issue around socialaccount... since we do not use that feature! --- base-requirements.txt | 2 +- pydotorg/settings/base.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/base-requirements.txt b/base-requirements.txt index d63743f4b..2ace94a1d 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -36,7 +36,7 @@ requests[security]>=2.26.0 django-honeypot==1.0.4 # 1.0.4 is first version that supports Django 4.2 django-markupfield==2.0.1 -django-allauth==0.57.2 # 0.55.0 is first version that supports Django 4.2 +django-allauth==64.2.1 django-waffle==2.2.1 diff --git a/pydotorg/settings/base.py b/pydotorg/settings/base.py index 9697a6ea8..30dc8de4a 100644 --- a/pydotorg/settings/base.py +++ b/pydotorg/settings/base.py @@ -230,11 +230,6 @@ 'allauth', 'allauth.account', - 'allauth.socialaccount', - #'allauth.socialaccount.providers.facebook', - #'allauth.socialaccount.providers.github', - #'allauth.socialaccount.providers.openid', - #'allauth.socialaccount.providers.twitter', # Tastypie needs the `users` app to be already loaded. 'tastypie',