2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Update django-allauth to 0.48.0 (#3217)

* Update django-allauth to 0.48.0

* Update allauth settings
This commit is contained in:
Oliver
2022-06-18 12:30:59 +10:00
committed by GitHub
parent 74bec86675
commit 18cf92ec8b
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ coverage==5.3 # Unit test coverage
coveralls==2.1.2 # Coveralls linking (for Travis)
cryptography==3.4.8 # Cryptography support
django-admin-shell==0.1.2 # Python shell for the admin interface
django-allauth==0.45.0 # SSO for external providers via OpenID
django-allauth==0.48.0 # SSO for external providers via OpenID
django-allauth-2fa==0.9 # MFA / 2FA
django-cleanup==5.1.0 # Manage deletion of old / unused uploaded files
django-cors-headers==3.2.0 # CORS headers extension for DRF