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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-08-20 22:45:48 +00:00 committed by GitHub
parent 8087011220
commit 85e73a1576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
uv.lock generated
View file

@ -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" },