From 5129582c85af853b00ec696858f185be078b0d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:52:58 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 26.0.0 to 26.1.0 in /tests/apps/multi Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 26.0.0 to 26.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/26.0.0...26.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/apps/multi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/multi/requirements.txt b/tests/apps/multi/requirements.txt index 2153f5fe4..d70bab6a8 100644 --- a/tests/apps/multi/requirements.txt +++ b/tests/apps/multi/requirements.txt @@ -1,2 +1,2 @@ Flask==3.1.3 -gunicorn==26.0.0 +gunicorn==26.1.0