From 97417859813507123db89fa6c255be6765e23e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 17:27:53 +0000 Subject: [PATCH] Bump gunicorn from 19.1.1 to 19.5.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.1.1 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.1.1...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 5718f47..acc1cbb 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ # production that isn't in development. -r base.txt -gunicorn==19.1.1 +gunicorn==19.5.0 django-storages==1.1.8 Collectfast==0.2.0 gevent==1.0.1