From 36cb6f934ff74728986eb764b91cb59c4d10e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:26:57 +0000 Subject: [PATCH] Bump gunicorn from 25.1.0 to 25.3.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 25.3.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.1.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_azure.txt | 2 +- requirements_docker.txt | 2 +- requirements_test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 515ca57..626ea70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==6.0.2 psycopg2-binary -gunicorn==25.1.0 +gunicorn==25.3.0 django-cors-headers==4.9.0 requests==2.32.5 djangorestframework==3.16.1 diff --git a/requirements_azure.txt b/requirements_azure.txt index 371cc52..e0e0d5e 100644 --- a/requirements_azure.txt +++ b/requirements_azure.txt @@ -1,6 +1,6 @@ django==6.0.2 psycopg2-binary==2.9.11 -gunicorn==25.1.0 +gunicorn==25.3.0 django-cors-headers==4.9.0 requests==2.32.5 djangorestframework==3.16.1 diff --git a/requirements_docker.txt b/requirements_docker.txt index 44d2f2c..97a2911 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -1,6 +1,6 @@ django==6.0.2 psycopg2-binary==2.9.11 -gunicorn==25.1.0 +gunicorn==25.3.0 mysqlclient==2.2.8 django-cors-headers==4.9.0 requests==2.32.5 diff --git a/requirements_test.txt b/requirements_test.txt index a470596..4a41c38 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ django==6.0.2 psycopg2-binary -gunicorn==25.1.0 +gunicorn==25.3.0 django-cors-headers==4.9.0 requests==2.32.5 djangorestframework==3.16.1