diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index 661738202a1afeb5a73a2b5d19cbc29adb30f911..304ba5934cf64d32109b2528f7f8f2e54cf86cce 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -2,7 +2,7 @@
 -r prod.txt
 
 # Testing
-pytest==3.0.4
+pytest==3.0.5
 WebTest==2.0.23
 factory-boy==2.7.0