Update aiofiles requirement from <0.6,>=0.4 to >=0.4,<0.7 (#1059)

Updates the requirements on [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v0.4.0...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/1060/head
dependabot-preview[bot] 2020-10-28 10:08:27 -07:00 zatwierdzone przez GitHub
rodzic 7d9fedc176
commit 8796172652
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

@ -54,7 +54,7 @@ setup(
"pint~=0.9",
"pluggy~=0.13.0",
"uvicorn~=0.11",
"aiofiles>=0.4,<0.6",
"aiofiles>=0.4,<0.7",
"janus>=0.4,<0.7",
"asgi-csrf>=0.6",
"PyYAML~=5.3",