diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index d78a7fd8d78531984bf7f44e62adcea6b95d7177..0033603be9c744b7266d3f48ead3aa5db1b62a19 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.2.5
+pytest==3.3.0
 WebTest==2.0.29
 factory-boy==2.9.2