Skip to content

Commit

Permalink
Update django-allauth lib version (#4141) (#4142)
Browse files Browse the repository at this point in the history
* Update django-allauth lib version

* Clean up requirements file

* Capital, capital

(cherry picked from commit 6fb7c85)
  • Loading branch information
SchrodingersGat authored Jan 3, 2023
1 parent 3a1d180 commit 236ca36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django>=3.2.14,<4 # Django package
coreapi # API documentation for djangorestframework
cryptography==3.4.8 # Core cryptographic functionality
django-allauth # SSO for external providers via OpenID
django-allauth==0.52.0 # SSO for external providers via OpenID
django-allauth-2fa # MFA / 2FA
django-cleanup # Automated deletion of old / unused uploaded files
django-cors-headers # CORS headers extension for DRF
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ django==3.2.16
# django-weasyprint
# django-xforwardedfor-middleware
# djangorestframework
django-allauth==0.51.0
django-allauth==0.52.0
# via
# -r requirements.in
# django-allauth-2fa
Expand Down

0 comments on commit 236ca36

Please sign in to comment.