diff --git a/config/requirements_docker.txt b/config/requirements_docker.txt index d3d4bf715..5f777df7b 100644 --- a/config/requirements_docker.txt +++ b/config/requirements_docker.txt @@ -1,5 +1,5 @@ -r requirements_core.txt # Serving -honcho==1.0.1 # Allows a Procfile to run multiple processes +honcho==1.1.0 # Allows a Procfile to run multiple processes gunicorn==20.0.4 # Primary server for wsgi diff --git a/config/requirements_heroku.txt b/config/requirements_heroku.txt index 524185208..ca7f1e480 100644 --- a/config/requirements_heroku.txt +++ b/config/requirements_heroku.txt @@ -5,7 +5,7 @@ dj-database-url==0.5.0 # To obtain the Heroku service's database URL # Serving -honcho==1.0.1 # Allows a Procfile to run multiple processes +honcho==1.1.0 # Allows a Procfile to run multiple processes gunicorn==20.0.4 # Primary server for wsgi # Cache