From 4fb808830a4ea3edf166cbe63e2bc3de374baa4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:35:33 +0000 Subject: [PATCH] chore(deps): 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 73ec3cd..9c00474 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 2b8238d..cee1117 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 1fe0a5f..a693e90 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.6.0 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 83bf6b9..3067274 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.6.0 webencodings==0.5.1 -whitenoise==6.11.0 +whitenoise==6.12.0 mysqlclient==2.2.7