Update janus requirement from ~=0.4.0 to >=0.4,<0.6 (#734)

Updates the requirements on [janus](https://github.com/aio-libs/janus) to permit the latest version.
- [Release notes](https://github.com/aio-libs/janus/releases)
- [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/janus/compare/v0.4.0...v0.5.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/753/head
dependabot-preview[bot] 2020-05-04 09:48:03 -07:00 zatwierdzone przez GitHub
rodzic e232f77055
commit 109c5a430d
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(
"pluggy~=0.13.0",
"uvicorn~=0.11",
"aiofiles>=0.4,<0.6",
"janus~=0.4.0",
"janus>=0.4,<0.6",
"PyYAML~=5.3",
"mergedeep>=1.1.1,<1.4.0",
],