From cc8088eab5d780a97c7f52cd2a5df4f25a4d8a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 06:19:38 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 25.0.1 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 25.0.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.0.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53d5db3..e01d6e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-ckeditor==6.7.3 django-filter==25.1 django-import-export==4.4.0 djangorestframework==3.16.1 -gunicorn==23.0.0 +gunicorn==25.0.1 importlib-metadata==8.7.1 Markdown==3.9 python-dotenv==1.2.1