Upgrade dependency factory-boy to ==2.8.1 (#616)

This commit is contained in:
Doppins 2016-12-21 13:01:46 -05:00 committed by kevgliss
parent 74723d1a1f
commit 6746cc33a0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ tests_require = [
'moto==0.4.30',
'nose==1.3.7',
'pytest==3.0.5',
'factory-boy==2.7.0',
'factory-boy==2.8.1',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',
'freezegun==0.3.8'