From 618b46750ec38e7bc9910c5fec1139f580a4763c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:46:29 +0000 Subject: [PATCH] Bump gunicorn from 25.1.0 to 26.0.0 in /mailbox-app Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.1.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] --- mailbox-app/pyproject.toml | 2 +- mailbox-app/requirements/base.txt | 2 +- mailbox-app/requirements/constraints.txt | 2 +- mailbox-app/requirements/locked.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mailbox-app/pyproject.toml b/mailbox-app/pyproject.toml index e5afed3..fa0795a 100644 --- a/mailbox-app/pyproject.toml +++ b/mailbox-app/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "argon2-cffi==25.1.0", "bleach==6.4.0", "filelock==3.20.3", - "gunicorn==25.1.0", + "gunicorn==26.0.0", "mysqlclient==2.2.7", "python-dotenv==1.2.2", "whitenoise==6.11.0", diff --git a/mailbox-app/requirements/base.txt b/mailbox-app/requirements/base.txt index 57a9ce8..3d3d5b4 100644 --- a/mailbox-app/requirements/base.txt +++ b/mailbox-app/requirements/base.txt @@ -2,7 +2,7 @@ Django==5.2.15 argon2-cffi==25.1.0 bleach==6.4.0 filelock==3.20.3 -gunicorn==25.1.0 +gunicorn==26.0.0 python-dotenv==1.2.2 whitenoise==6.11.0 diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index f76a291..3eafbe3 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -8,7 +8,7 @@ cffi==2.0.0 coverage==7.13.3 Django==5.2.15 filelock==3.20.3 -gunicorn==25.1.0 +gunicorn==26.0.0 packaging==26.2 pip-audit==2.10.0 pycparser==3.0 diff --git a/mailbox-app/requirements/locked.txt b/mailbox-app/requirements/locked.txt index d97d41a..24be87f 100644 --- a/mailbox-app/requirements/locked.txt +++ b/mailbox-app/requirements/locked.txt @@ -6,7 +6,7 @@ bleach==6.4.0 cffi==2.0.0 Django==5.2.15 filelock==3.20.3 -gunicorn==25.1.0 +gunicorn==26.0.0 packaging==26.2 pycparser==3.0 python-dotenv==1.2.2