From 54db619cf010ef0c9bd29e7690fb1ab3d7104cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:17:28 +0000 Subject: [PATCH] Bump gunicorn from 19.7.1 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.7.1 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb3c264..d593fb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas==0.19.2 scikit-learn==0.18.1 scipy==1.10.0 Werkzeug==3.1.6 -gunicorn==19.7.1 +gunicorn==22.0.0 vaderSentiment==2.5 nltk==3.9.3 textstat==0.4.1