From bbcbc365e597e79a20e75739ce152e93c3ae5208 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 13 Aug 2020 12:03:07 +0000 Subject: [PATCH] The factory-boy module now has a 3.0 release, which is backwards incompatible with 2.x. Updated the requirements file accordingly. - Legacy-Id: 18364 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 264e15fc2..eff3d6e61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 wil django-webtest>=1.9.7 django-widget-tweaks>=1.4.2 docutils>=0.12,!=0.15 -factory-boy>=2.9.0 +factory-boy>=2.9.0,<3 Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode. hashids>=1.1.0 html2text>=2019.8.11