From 8181e550c74c5b7ba991b5255a69dde80e18113a 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 756cb66d..e10ca9b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-appconf==0.6 django-compressor==1.4 djangorestframework==3.11.2 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