From 310f069a2f2f4397128dc0d9678fc42b03c7c272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:20:15 +0000 Subject: [PATCH] build(deps): bump gunicorn from 22.0.0 to 23.0.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 16ec4263f..42599ec09 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ django-environ==0.12.0 django-bootstrap-breadcrumbs==0.9.2 # Web serving -gunicorn==22.0.0 +gunicorn==23.0.0 whitenoise==6.9.0 # Database APIs