diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt index 304ba59..986bca2 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -4,7 +4,7 @@ # Testing pytest==3.0.5 WebTest==2.0.23 -factory-boy==2.7.0 +factory-boy==2.8.1 # Lint and code style flake8==3.2.1