From bc3cfde7c3c94fc8d3e2899e7790ccd27a7fc9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:28:52 +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) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b30198..c78eb47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ blinker==1.4 # WSGI HTTP Server for UNIX # License: MIT # Upstream url: http://gunicorn.org -gunicorn==19.1.1 +gunicorn==19.5.0 gevent==1.3.3 greenlet==0.4.13