Upgrade dependency factory-boy to ==2.9.2 (#868)

This commit is contained in:
Doppins 2017-08-06 20:19:00 +02:00 committed by kevgliss
parent f5e120ad2e
commit 95e4c23db1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ tests_require = [
'moto==1.0.1',
'nose==1.3.7',
'pytest==3.2.0',
'factory-boy==2.8.1',
'factory-boy==2.9.2',
'fake-factory==0.7.2',
'pytest-flask==0.10.0',
'freezegun==0.3.9',