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
This commit is contained in:
Henrik Levkowetz 2020-08-13 12:03:07 +00:00
parent 9125104065
commit bbcbc365e5

View file

@ -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