From cf16d38508e2326687cdb868f8bd12e9be08af84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:51:55 +0000 Subject: [PATCH] Bump gunicorn from 18.0 to 19.5.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 18.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...19.5.0) Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index e9b77bb8..73b699f3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt psycopg2==2.7.7 -gunicorn==18.0 +gunicorn==19.5.0 django-storages==1.1.8 Collectfast==0.1.13 gevent==1.1.2