Skip to content

Commit

Permalink
Pin django-allauth to 0.63.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Dec 9, 2024
1 parent 97995fc commit 650fc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'dandischema==0.10.2', # schema version 0.6.8
'django~=4.1.0',
'django-admin-display',
# Pin to 0.61.1 to test user signup
'django-allauth==0.61.1',
# Pin to 0.63.6 to test user signup
'django-allauth==0.63.6',
'django-click',
'django-configurations[database,email]',
'django-extensions',
Expand Down

0 comments on commit 650fc3c

Please sign in to comment.