From 553f39221cb661bf3bf115ee29a9ed6e5e00b042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:46:35 +0000 Subject: [PATCH] Bump whitenoise from 6.11.0 to 6.12.0 in /mailbox-app Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.11.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.11.0...6.12.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..93ca42d 100644 --- a/mailbox-app/pyproject.toml +++ b/mailbox-app/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "gunicorn==25.1.0", "mysqlclient==2.2.7", "python-dotenv==1.2.2", - "whitenoise==6.11.0", + "whitenoise==6.12.0", ] [project.urls] diff --git a/mailbox-app/requirements/base.txt b/mailbox-app/requirements/base.txt index 57a9ce8..adc8a5d 100644 --- a/mailbox-app/requirements/base.txt +++ b/mailbox-app/requirements/base.txt @@ -4,6 +4,6 @@ bleach==6.4.0 filelock==3.20.3 gunicorn==25.1.0 python-dotenv==1.2.2 -whitenoise==6.11.0 +whitenoise==6.12.0 mysqlclient==2.2.7 diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index f76a291..a33e99e 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -19,6 +19,6 @@ python-dotenv==1.2.2 ruff==0.15.17 sqlparse==0.5.5 webencodings==0.5.1 -whitenoise==6.11.0 +whitenoise==6.12.0 mysqlclient==2.2.7 diff --git a/mailbox-app/requirements/locked.txt b/mailbox-app/requirements/locked.txt index d97d41a..b4eb89e 100644 --- a/mailbox-app/requirements/locked.txt +++ b/mailbox-app/requirements/locked.txt @@ -12,6 +12,6 @@ pycparser==3.0 python-dotenv==1.2.2 sqlparse==0.5.5 webencodings==0.5.1 -whitenoise==6.11.0 +whitenoise==6.12.0 mysqlclient==2.2.7