From dace64aded669770502b854a33ffa53a4b16e62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:21:40 +0000 Subject: [PATCH] build(deps): bump gunicorn in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `gunicorn` from 20.1.0 to 22.0.0 - [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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 421b2bb..d620a47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ fastapi-restful==0.4.3 fastapi-health==0.4.0 service-streamer==0.1.2 loguru==0.6.0 -gunicorn==20.1.0 +gunicorn==22.0.0 pydantic==1.9.2 diffusers transformers