From 3048589ef1a1a6677209ce84e57aaba1f48af33a Mon Sep 17 00:00:00 2001 From: Mavis Ou Date: Mon, 21 Apr 2025 14:31:38 -0700 Subject: [PATCH] Bump django-allauth to 0.54.0 to fix Heroku deploy issue with newer setuptools --- requirements.in | 2 +- requirements.txt | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.in b/requirements.in index a4b75fd5..4f52f930 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ boto3 dj-database-url django-ajax-selects==1.9.1 -django-allauth==0.48.0 +django-allauth>=0.54.0 django-cors-headers django-debug-toolbar django-environ diff --git a/requirements.txt b/requirements.txt index 50bc334f..556bf219 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # -# pip-compile +# pip-compile requirements.in # - # The two lines below are needed for Heroku compatibility. # `setuptools==65.5.1` ensures compatibility with legacy packages like django-allauth, # and `wheel` is needed for building packages from source. @@ -42,7 +41,7 @@ django==2.2.13 # djangorestframework django-ajax-selects==1.9.1 # via -r requirements.in -django-allauth==0.48.0 +django-allauth==0.54.0 # via -r requirements.in django-cors-headers==3.4.0 # via -r requirements.in