From cf6377298de17ffb1743bb372fedb2c491d3b143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:52:33 +0000 Subject: [PATCH] chore(deps): bump gunicorn in /tests/apps/python-flask Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/apps/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/python-flask/requirements.txt b/tests/apps/python-flask/requirements.txt index d11d00f57..05824da4f 100644 --- a/tests/apps/python-flask/requirements.txt +++ b/tests/apps/python-flask/requirements.txt @@ -1,5 +1,5 @@ Flask==3.1.2 Jinja2==3.1.6 Werkzeug==3.1.5 -gunicorn==23.0.0 +gunicorn==24.0.0