Update asgiref requirement from <3.8,>=3.2.10 to >=3.2.10,<3.9 (#6776)

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.8.1)

---
updated-dependencies:
- dependency-name: asgiref
  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] 2024-04-01 22:57:41 +00:00 committed by GitHub
parent 70e1c723dc
commit 2cc04d84a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ classifiers = [
# It is not considered best practice to use install_requires to pin dependencies to specific versions. # It is not considered best practice to use install_requires to pin dependencies to specific versions.
dependencies = [ dependencies = [
"aioquic>=1.0.0,<2.0.0", "aioquic>=1.0.0,<2.0.0",
"asgiref>=3.2.10,<3.8", "asgiref>=3.2.10,<3.9",
"Brotli>=1.0,<1.2", "Brotli>=1.0,<1.2",
"certifi>=2019.9.11", # no semver here - this should always be on the last release! "certifi>=2019.9.11", # no semver here - this should always be on the last release!
"cryptography>=42.0,<42.1", "cryptography>=42.0,<42.1",