diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile
index b8831b44b6695b471d33bca86f904f48e3219f85..0b7007f92d75c171744ebb883d7eaaab9a8bdd41 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -46,7 +46,7 @@ environs = "==6.0.0"
 pytest = "==5.2.0"
 WebTest = "==2.0.33"
 factory-boy = "==2.12.*"
-pdbpp = "==0.10.0"
+pdbpp = "==0.10.2"
 
 # Lint and code style
 black = "==19.3b0"