Skip to content

Commit

Permalink
chore: bump allauth version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 10, 2024
1 parent 8423725 commit ab1dc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.55.0 # 0.55.0 is first version that supports Django 4.2
django-allauth==0.57.2 # 0.55.0 is first version that supports Django 4.2

django-waffle==2.2.1

Expand Down
1 change: 1 addition & 0 deletions pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'pages.middleware.PageFallbackMiddleware',
'django.contrib.redirects.middleware.RedirectFallbackMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

AUTH_USER_MODEL = 'users.User'
Expand Down

0 comments on commit ab1dc94

Please sign in to comment.