From d911c31104eb6ad5cd80a0c260ddba0b0df06c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 00:03:57 +0000 Subject: [PATCH] Bump gunicorn from 19.4.5 to 19.5.0 in /web Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 86549fe..b0a09ae 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -4,7 +4,7 @@ enum34==1.1.2 dj-database-url==0.4.0 Django==1.9.2 docker-py==1.8.0rc2 -gunicorn==19.4.5 +gunicorn==19.5.0 haikunator==1.0.1 jsonfield==1.0.3 requests==2.9.1