Skip to content

Commit eefaf8f

Browse files
committed
Pin factory-boy and Faker until they recoordinate
- Legacy-Id: 19498
1 parent dad8f04 commit eefaf8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ django-tastypie>=0.14.3 # 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,<3
29-
#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.
30-
factory-boy>=3
31-
Faker>=0.8.11 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
28+
#factory-boy>=3
29+
#Faker>=0.8.11 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
30+
factory-boy==3.2.0
31+
Faker==9.2.0
3232
github3.py>=1.2
3333
hashids>=1.1.0
3434
html2text>=2019.8.11

0 commit comments

Comments
 (0)