diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 13ff6ba..20338e3 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -23,7 +23,7 @@ WTForms = "==2.2.1" # Deployment gevent = "==1.4.0" gunicorn = ">=19.1.1" -supervisor = "==4.0.3" +supervisor = "==4.0.4" # Webpack flask-webpack = "==0.1.0"