Skip to content

Commit

Permalink
Bump django-allauth (#468)
Browse files Browse the repository at this point in the history
Bumping from 0.50.0 to 0.52.0, allows to have some new intersting security features like rate limit on reset password and ACCOUNT_PREVENT_ENUMERATION for signup.
  • Loading branch information
Pixel-Jack committed Jan 14, 2023
1 parent bdfcea9 commit 46b4dcb
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.50.0
django-allauth==0.52.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.51.0'],
'with_social': ['django-allauth>=0.40.0,<0.53.0'],
},
tests_require=[
'coveralls>=1.11.1',
'django-allauth==0.50.0',
'django-allauth==0.52.0',
'djangorestframework-simplejwt==4.6.0',
'responses==0.12.1',
'unittest-xml-reporting==3.0.4',
Expand Down

0 comments on commit 46b4dcb

Please sign in to comment.