From 8475c6cadde0ca3a25bf446bea439fe23cf38ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:43:15 +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-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 823bd61..ff57f44 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,4 +3,4 @@ pandas==2.0.3 numpy==1.24.3 scikit-learn==1.3.0 joblib==1.3.2 -gunicorn==21.2.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file