From cadffb93aa4e183651fc04684d7662af4cf6b746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:31:23 +0000 Subject: [PATCH] Update gunicorn requirement from ==20.1.* to ==22.0.* in /requirements Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.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 465b6d0..a9d9ce8 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r ./base.txt # Using gunicorn (and probably nginx) -gunicorn==20.1.* # https://github.com/benoitc/gunicorn +gunicorn==22.0.* # https://github.com/benoitc/gunicorn # PostgreSQL driver