diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index bcedf55d8ae715e61cebbe9fbf5f24d689efe22f..1cfc939a7a1d299241096f395023a2d56e146e10 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -43,7 +43,7 @@ environs = "==4.2.0" [dev-packages] # Testing -pytest = "==4.6.3" +pytest = "==5.0.0" WebTest = "==2.0.33" factory-boy = "==2.12.*" pdbpp = "==0.10.0"