Update asgiref requirement from <3.7,>=3.2.10 to >=3.2.10,<3.8 (#6158)
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.7.2) --- 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:
parent
1bca23a290
commit
cd523cd7b2
|
@ -31,7 +31,7 @@ classifiers = [
|
|||
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
|
||||
dependencies = [
|
||||
"aioquic_mitmproxy>=0.9.20,<0.10",
|
||||
"asgiref>=3.2.10,<3.7",
|
||||
"asgiref>=3.2.10,<3.8",
|
||||
"Brotli>=1.0,<1.1",
|
||||
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
||||
"cryptography>=38.0,<41.1",
|
||||
|
|
Loading…
Reference in New Issue