From 2f4d87ff2a302a8ad141f6f2646c20314ee7acd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:59:09 +0000 Subject: [PATCH] build(deps): bump gunicorn from 0.14.6 to 19.5.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 0.14.6 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/0.14.6...19.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66fefb6..66b0ef5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==1.6 MySQL-python==1.2.3 boto==2.7.0 crane-ec2==0.2.1 -gunicorn==0.14.6 +gunicorn==19.5.0 gevent==0.13.8