From 46a33214fa247cd0d3b0d233a9fec2f0ebd5aaed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 19:25:39 +0000 Subject: [PATCH] Bump gunicorn from 19.1.1 to 19.5.0 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55b6acbaf..ca2231150 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-appconf==0.6 django-compressor==1.4 djangorestframework==3.0.0 drf-nested-routers==0.9.0 -gunicorn==19.1.1 +gunicorn==19.5.0 six==1.8.0 static3==0.5.1 wsgiref==0.1.2