From 10a7211b91183699a3f554622b7e5fcf9c20fcad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 23:42:23 +0000 Subject: [PATCH] Bump gunicorn from 19.1.1 to 19.5.0 in /requirements 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/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 6f80db3..8f5cd46 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,5 +2,5 @@ # production that isn't in development. -r base.txt -gunicorn==19.1.1 +gunicorn==19.5.0 gevent==1.0.1