From c1f7eefd4f8ad569b52ea05da7db5ce858f737e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 21:06:30 +0000 Subject: [PATCH] Bump gunicorn from 19.3.0 to 19.5.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.3.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.3...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 43afc5a..80c6e2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.3 -gunicorn==19.3.0 +gunicorn==19.5.0 psycopg2-binary pytz==2015.4 requests