diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index 81fa695c8f1c4bf7eca180e9410fdb36f3bda604..4195ab9acde8f412be5431eabd80bffbe764126e 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -2,7 +2,7 @@
 -r prod.txt
 
 # Testing
-pytest==5.2.0
+pytest==5.2.1
 WebTest==2.0.33
 factory-boy==2.12.0
 pdbpp==0.10.2