From 98ae9eb9ba87f064e25b098a1878d409ba006423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:59:25 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 21.2.0 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 138eb8c..9fdf34d --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Flask-WTF==1.2.1 Flask-Limiter==3.5.0 Flask-CORS==4.0.2 requests==2.31.0 -gunicorn==21.2.0 +gunicorn==23.0.0 python-dotenv==1.0.0 redis==5.0.1