From 198fb6ad52509a1cf06597749b5137ae0a5938be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:47:07 +0000 Subject: [PATCH] Bump django-registration from 2.2 to 3.1.2 in /requirements Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 2.2 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/2.2...3.1.2) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1fc7b298..fa3e012d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,6 +3,6 @@ Django>=1.10,<1.12 # Django apps django-guardian>=1.4.2,<=1.4.8 # untested: -django-registration==2.2 +django-registration==3.1.2 django-contrib-comments==1.7.3