Skip to content

Commit bbcbc36

Browse files
committed
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
1 parent 9125104 commit bbcbc36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 wil
2525
django-webtest>=1.9.7
2626
django-widget-tweaks>=1.4.2
2727
docutils>=0.12,!=0.15
28-
factory-boy>=2.9.0
28+
factory-boy>=2.9.0,<3
2929
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.
3030
hashids>=1.1.0
3131
html2text>=2019.8.11

0 commit comments

Comments
 (0)