From 935f5a770e7f07db5125b5b6dfadacea3d8f9ca3 Mon Sep 17 00:00:00 2001 From: jeloagnasin Date: Fri, 12 May 2023 13:42:00 +0800 Subject: [PATCH] Bump django-allauth (#506) (#508) Bumping django-allauth from 0.52.0 to 0.54.0 fixes vulnerability issue reported here: https://pyup.io/v/54809/f17/ --- dj_rest_auth/tests/requirements.pip | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',