diff --git a/dj_rest_auth/tests/requirements.pip b/dj_rest_auth/tests/requirements.pip index fe24c3e2..a2c929a1 100644 --- a/dj_rest_auth/tests/requirements.pip +++ b/dj_rest_auth/tests/requirements.pip @@ -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 diff --git a/setup.py b/setup.py index f6c86b46..8e3ca92c 100644 --- a/setup.py +++ b/setup.py @@ -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',