From e289ae062653c9214a177ec47524178fef429319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:08:02 +0000 Subject: [PATCH] chore(deps): bump asgiref from 3.11.1 to 3.12.1 in /mailbox-app Bumps [asgiref](https://github.com/django/asgiref) from 3.11.1 to 3.12.1. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.11.1...3.12.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mailbox-app/requirements/constraints.txt | 2 +- mailbox-app/requirements/locked.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index c8bb3fe..0e48fee 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -1,7 +1,7 @@ # Runtime and verification constraints for reproducible builds. argon2-cffi==25.1.0 argon2-cffi-bindings==25.1.0 -asgiref==3.11.1 +asgiref==3.12.1 bandit==1.9.4 bleach==6.4.0 cffi==2.0.0 diff --git a/mailbox-app/requirements/locked.txt b/mailbox-app/requirements/locked.txt index 8cf762b..a86e29a 100644 --- a/mailbox-app/requirements/locked.txt +++ b/mailbox-app/requirements/locked.txt @@ -1,7 +1,7 @@ # Fully pinned production dependency lock generated from the verified runtime environment. argon2-cffi==25.1.0 argon2-cffi-bindings==25.1.0 -asgiref==3.11.1 +asgiref==3.12.1 bleach==6.4.0 cffi==2.0.0 Django==5.2.17