From bc76ad1d697cb6905e1be84086cb016c5d890db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:42:39 +0000 Subject: [PATCH] Bump django-registration from 2.0.4 to 3.1.2 in /bbapi/config Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 2.0.4 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/2.0.4...3.1.2) Signed-off-by: dependabot[bot] --- bbapi/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbapi/config/requirements.txt b/bbapi/config/requirements.txt index c03b73c..bc2e068 100644 --- a/bbapi/config/requirements.txt +++ b/bbapi/config/requirements.txt @@ -26,7 +26,7 @@ django-oauth-toolkit==0.10.0 django-oauth2-provider==0.2.6.1 django-phonenumber-field==1.0.0 django-python3-ldap==0.9.9 -django-registration==2.0.4 +django-registration==3.1.2 django-registration-redux==1.4 django-settings-export==1.1.0 djangorestframework==3.3.3