From 5131acd6755f237f415726f421297862bc184ccb Mon Sep 17 00:00:00 2001 From: Toby Harradine Date: Thu, 6 Sep 2018 01:28:59 +1000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed96fecf4..52ab6e4cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=3.3.0,<3.4.0 +aiohttp>=3.3.0,<3.5.0 websockets>=6.0,<7.0