diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index 6359027dac8407822ba569fd8bf93c9e5736a4ff..b147f73b2b00652d8aad9b61f83c7ead126a42ac 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.3.5
+pytest==5.4.0
 WebTest==2.0.34
 factory-boy==2.12.0
 pdbpp==0.10.2