From 1e825207ce4dc46877d43e7cf983bd1c46224e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Dec 2020 06:38:12 +0000 Subject: [PATCH] Bump gunicorn from 19.0.0 to 19.5.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.0.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.0...19.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0c97928..d3f617c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Werkzeug==0.9.4 argparse==1.2.1 gevent==1.0.1 greenlet==0.4.2 -gunicorn==19.0.0 +gunicorn==19.5.0 itsdangerous==0.24 msgpack-python==0.4.2 ujson==1.33 diff --git a/setup.py b/setup.py index 5f6eb04..f9e7cf3 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'greenlet==0.4.2', 'itsdangerous==0.24', 'wsgiref==0.1.2', - 'gunicorn==19.0', + 'gunicorn==19.5.0', 'ujson==1.33' ], classifiers = [