Bump aiohttp contraint to <3.5.0

New version contains many bugfixes, a couple new features and seemingly no breaking changes (for this lib's purposes at least).

Relevant changes: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#340-2018-08-25
This commit is contained in:
Toby Harradine 2018-09-06 01:28:59 +10:00 committed by GitHub
parent 00a659c652
commit 5131acd675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
aiohttp>=3.3.0,<3.4.0 aiohttp>=3.3.0,<3.5.0
websockets>=6.0,<7.0 websockets>=6.0,<7.0