From 6efb2b0b5d417eeeac21a0339091eb864209d0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:49:28 +0000 Subject: [PATCH] Bump django-registration from 2.1.2 to 3.1.2 in /requirements Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 2.1.2 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/2.1.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 c8c6fb9..4db84d3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django and other stuff Django==1.11.28 -django_registration==2.1.2 +django_registration==3.1.2 Markdown==2.6.6 django-filter==1.1 django-extensions==2.1.2