diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index d9b88d9..117ba62 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -46,7 +46,7 @@ environs = "==4.0.0" [dev-packages] # Testing pytest = "==3.6.1" -WebTest = "==2.0.29" +WebTest = "==2.0.30" factory-boy = "==2.11.*" # Lint and code style