From 5cc4c3da3644a7db1f68944ee4c0207c1df32fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:52:29 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 25.0.1 to 25.0.2 in /tests/apps/multi Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.2. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...v25.0.2) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e65ca38b6..3eebdd625 100644 --- a/tests/apps/multi/requirements.txt +++ b/tests/apps/multi/requirements.txt @@ -1,2 +1,2 @@ Flask==3.1.2 -gunicorn==25.0.1 +gunicorn==25.0.2