From 1fff6c3d1d0872c017bc686f4b16f950bf73aa0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 06:46:35 +0000 Subject: [PATCH] build(deps): bump gunicorn from 20.0.4 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prod_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod_requirements.txt b/prod_requirements.txt index afe46f1..b3b0666 100644 --- a/prod_requirements.txt +++ b/prod_requirements.txt @@ -1,3 +1,3 @@ -r requirements.txt -gunicorn==20.0.4 +gunicorn==22.0.0 uvicorn==0.17.6