From 575324f3cc965f41fce0258165497fa07948917d Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 12 Feb 2020 18:12:05 +0100 Subject: [PATCH] pin django-allauth version so we force it to upgrade even if it is a dependecy of django-allauth-2fa --- src/requirements/production.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index b6ad6703..511cab9d 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -5,6 +5,7 @@ channels-redis==2.4.1 asyncio==3.4.3 commonmark==0.9.1 +django-allauth==0.41.0 django-allauth-2fa==0.8 django-bleach==0.6.1 django-bootstrap3==12.0.3