From 6ee9c848193fdea5d617a75b62eefcb5b7531f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 20:57:19 +0000 Subject: [PATCH] Bump django-two-factor-auth from 1.8.0 to 1.12 Bumps [django-two-factor-auth](https://github.com/Bouke/django-two-factor-auth) from 1.8.0 to 1.12. - [Release notes](https://github.com/Bouke/django-two-factor-auth/releases) - [Changelog](https://github.com/Bouke/django-two-factor-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/Bouke/django-two-factor-auth/compare/1.8.0...1.12) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49e02a7..4a1c9ac 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ 'django-phonenumber-field==1.3.0', 'django-reversion==3.0.0', 'django-templatetag-handlebars==1.3.1', - 'django-two-factor-auth==1.8.0', + 'django-two-factor-auth==1.12', 'djangorestframework==3.9.1', 'django-environ==0.4.5', 'djangorestframework-simplejwt==4.3.0',