From 911be469ed1d5a74e1502c51d3c064c28252e237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:10:01 +0000 Subject: [PATCH] Bump gunicorn from 18.0 to 19.5.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 18.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...19.5.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 8b02f8de..86bddb88 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,4 +1,4 @@ -gunicorn==18.0 +gunicorn==19.5.0 greenlet==0.4.2 gevent==1.0 mysql-python==1.2.3