Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-allauth dependency to version 0.54 #506

Closed
cotyq opened this issue May 2, 2023 · 1 comment
Closed

Update django-allauth dependency to version 0.54 #506

cotyq opened this issue May 2, 2023 · 1 comment

Comments

@cotyq
Copy link

cotyq commented May 2, 2023

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',
    ],
jeloagnasin added a commit to jeloagnasin/dj-rest-auth that referenced this issue May 7, 2023
Bumping django-allauth from 0.52.0 to 0.54.0 fixes vulnerability issue
reported here: https://pyup.io/v/54809/f17/
iMerica pushed a commit that referenced this issue May 12, 2023
Bumping django-allauth from 0.52.0 to 0.54.0 fixes vulnerability issue
reported here: https://pyup.io/v/54809/f17/
@iMerica
Copy link
Owner

iMerica commented May 21, 2023

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

@iMerica iMerica closed this as completed May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants