From 45b301c9c9416ce28c5b3a3c3dff349aa26f588f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:01:34 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 23.0.0 in /mediator/requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mediator/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/requirements/prod.txt b/mediator/requirements/prod.txt index 645a43e..dbde8b3 100644 --- a/mediator/requirements/prod.txt +++ b/mediator/requirements/prod.txt @@ -1,7 +1,7 @@ # Core pytz==2021.1 Django==3.2.12 -gunicorn==20.1.0 +gunicorn==23.0.0 newrelic==6.4.0.157 django-dotenv==1.4.2 django-3-jet==1.0.8