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>
This commit is contained in:
dependabot-preview[bot] 2020-05-04 09:48:03 -07:00 committed by GitHub
commit 109c5a430d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
],