Update aiofiles requirement from <0.7,>=0.4 to >=0.4,<0.8 (#1330)

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

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] 2021-05-22 16:53:56 -07:00 committed by GitHub
commit 593d3e8173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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