iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.63k stars 304 forks source link

Update django-allauth dependency to version 0.54 #506

Closed cotyq closed 1 year ago

cotyq commented 1 year ago

In setup.py

    extras_require={
        'with_social': ['django-allauth>=0.40.0,<0.53.0'], # Upgrade here
    },
    tests_require=[
        'coveralls>=1.11.1',
        'django-allauth==0.52.0', # Upgrade here
        'djangorestframework-simplejwt==4.6.0',
        'responses==0.12.1',
        'unittest-xml-reporting==3.0.4',
    ],
iMerica commented 1 year ago

Released in 4.0.1 https://pypi.org/project/dj-rest-auth/