Skip to content

Commit

Permalink
Bump django-allauth (#506) (#508)
Browse files Browse the repository at this point in the history
Bumping django-allauth from 0.52.0 to 0.54.0 fixes vulnerability issue
reported here: https://pyup.io/v/54809/f17/
  • Loading branch information
jeloagnasin committed May 12, 2023
1 parent 2796911 commit 935f5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dj_rest_auth/tests/requirements.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coveralls==1.11.1
django-allauth==0.52.0
django-allauth==0.54.0
djangorestframework-simplejwt==4.6.0
flake8==3.8.4
responses==0.12.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
'djangorestframework>=3.7.0',
],
extras_require={
'with_social': ['django-allauth>=0.40.0,<0.53.0'],
'with_social': ['django-allauth>=0.40.0,<0.55.0'],
},
tests_require=[
'coveralls>=1.11.1',
'django-allauth==0.52.0',
'django-allauth==0.54.0',
'djangorestframework-simplejwt==4.6.0',
'responses==0.12.1',
'unittest-xml-reporting==3.0.4',
Expand Down

0 comments on commit 935f5a7

Please sign in to comment.