From 85e73a15766978a65bf9d282c2c6cd8b163354da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:45:48 +0000 Subject: [PATCH] build(deps): update asgiref requirement from <=3.11.1,>=3.2.10 to >=3.2.10,<=3.12.1 (#8387) build(deps): update asgiref requirement Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.2.10...3.12.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf1a85182..26dcadc1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "aioquic>=1.2.0,<=1.2.0", "argon2-cffi>=23.1.0,<=25.1.0", - "asgiref>=3.2.10,<=3.11.1", + "asgiref>=3.2.10,<=3.12.1", "bcrypt>=5.0.0,<=5.0.0", "Brotli>=1.0,<=1.2.0", "certifi>=2019.9.11", # no upper bound here to get latest CA bundle diff --git a/uv.lock b/uv.lock index dfe3bac90..5d63482dd 100644 --- a/uv.lock +++ b/uv.lock @@ -1039,7 +1039,7 @@ tox = [ requires-dist = [ { name = "aioquic", specifier = "<=1.2.0,>=1.2.0" }, { name = "argon2-cffi", specifier = ">=23.1.0,<=25.1.0" }, - { name = "asgiref", specifier = ">=3.2.10,<=3.11.1" }, + { name = "asgiref", specifier = ">=3.2.10,<=3.12.1" }, { name = "bcrypt", specifier = "<=5.0.0,>=5.0.0" }, { name = "brotli", specifier = ">=1.0,<=1.2.0" }, { name = "certifi", specifier = ">=2019.9.11" },