Update asgiref requirement from <3.4.0,>=3.2.10 to >=3.2.10,<3.5.0 (#1386)

Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version.
- [Release notes](https://github.com/django/asgiref/releases)
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/asgiref/commits)

---
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>
pull/1392/head
dependabot[bot] 2021-07-10 18:36:18 -07:00 zatwierdzone przez GitHub
rodzic d792fc7cf5
commit f83c84fd51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ setup(
include_package_data=True,
python_requires=">=3.6",
install_requires=[
"asgiref>=3.2.10,<3.4.0",
"asgiref>=3.2.10,<3.5.0",
"click>=7.1.1,<8.1.0",
"click-default-group~=1.2.2",
"Jinja2>=2.10.3,<3.1.0",