diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index b143cc142b3318284ba8ac9e3c68fed1d4942ba6..fe1689722329794a548f42126704c304516a7bdd 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -4,7 +4,7 @@
 # Testing
 pytest==3.5.1
 WebTest==2.0.29
-factory-boy==2.10.0
+factory-boy==2.11.1
 
 # Lint and code style
 flake8==3.5.0