From 3dda17ec6c003e65aae12708f6049a50e7ffce16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:10:34 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 56535556..5e8abec8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastapi[all]==0.111.0", "fastapi-limiter==0.1.6", "fastapi-pagination==0.12.13", - "gunicorn==21.2.0", + "gunicorn==22.0.0", "httpx==0.25.2", "itsdangerous==2.1.2", "loguru==0.7.2", diff --git a/backend/requirements.txt b/backend/requirements.txt index 310d6ae3..e7dd08c6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -39,7 +39,7 @@ fastapi-pagination==0.12.13 filelock==3.16.1 flower==2.0.1 greenlet==3.1.1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' -gunicorn==21.2.0 +gunicorn==22.0.0 h11==0.14.0 hiredis==3.0.0 httpcore==1.0.6