aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToby Harradine <[email protected]>2018-09-06 01:28:59 +1000
committerGitHub <[email protected]>2018-09-06 01:28:59 +1000
commit5131acd6755f237f415726f421297862bc184ccb (patch)
tree2fabcd58cbc5d38d6a1aed5f5d2fce7bad57ee57
parent[docs] sort the VoiceRegions (diff)
downloaddiscord.py-5131acd6755f237f415726f421297862bc184ccb.tar.xz
discord.py-5131acd6755f237f415726f421297862bc184ccb.zip
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
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ed96fecf..52ab6e4c 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