Skip to content

Commit

Permalink
Merge pull request #115 from mukeshgurpude/pyup-update-django-allauth…
Browse files Browse the repository at this point in the history
…-0.54.0-to-64.2.1

Update django-allauth to 64.2.1
  • Loading branch information
mukeshgurpude authored Sep 9, 2024
2 parents 574ae58 + 3e6933c commit 52f5d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions medical/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'corsheaders.middleware.CorsMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

ROOT_URLCONF = 'medical.urls'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==5.1.1
django-allauth==0.54.0
django-allauth==64.2.1
django-cors-headers==3.7.0
django-crispy-forms==1.11.2
django-filter==2.4.0
Expand Down

0 comments on commit 52f5d4b

Please sign in to comment.