diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index b8831b4..0b7007f 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"