From 11c3fcdc3d6777cb446714c602b902a3e3c337ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:53:18 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 18.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 18.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.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(-) diff --git a/requirements.txt b/requirements.txt index ee52e3e..04776b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Flask-Session==0.3.2 Flask-SocketIO==4.3.1 Flask-SQLAlchemy==2.4.4 greenlet==0.4.17 -gunicorn==18.0 +gunicorn==26.0.0 itsdangerous==1.1.0 Jinja2==2.11.2 MarkupSafe==1.1.1