From 408251a002a325c3ae45f1cf474c96c8658936c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:42:45 +0000 Subject: [PATCH] Bump honcho from 1.0.1 to 1.1.0 Bumps [honcho](https://github.com/nickstenning/honcho) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/nickstenning/honcho/releases) - [Changelog](https://github.com/nickstenning/honcho/blob/main/CHANGELOG.rst) - [Commits](https://github.com/nickstenning/honcho/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: honcho dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- config/requirements_docker.txt | 2 +- config/requirements_heroku.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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