From 250c2a25c4f585092c2c395b8cb03e46f8ffe733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:58:07 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /src/store_service/store_service Bumps [gunicorn](https://github.com/benoitc/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 ... Signed-off-by: dependabot[bot] --- src/store_service/store_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store_service/store_service/requirements.txt b/src/store_service/store_service/requirements.txt index b766b32..5573cc4 100644 --- a/src/store_service/store_service/requirements.txt +++ b/src/store_service/store_service/requirements.txt @@ -1,6 +1,6 @@ fastapi[all]==0.94.1 uvicorn==0.21.0 -gunicorn==20.1.0 +gunicorn==22.0.0 prisma==0.8.2 pydantic[all, email]==1.10.6 starlette==0.27.0