From f4766a474063604e8908499587ef8a2e155978fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:29:04 +0000 Subject: [PATCH] Bump gunicorn from 25.3.0 to 26.0.0 in /services/search-mediator Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.3.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.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] --- services/search-mediator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/search-mediator/requirements.txt b/services/search-mediator/requirements.txt index f68f023..3d619af 100644 --- a/services/search-mediator/requirements.txt +++ b/services/search-mediator/requirements.txt @@ -2,7 +2,7 @@ flask==3.1.3 requests==2.33.1 urllib3==2.7.0 pyyaml==6.0.3 -gunicorn==25.3.0 +gunicorn==26.0.0 pip==26.1.2 setuptools==83.0.0 wheel==0.46.2