diff --git a/requirements.txt b/requirements.txt index 088b32425..5a7e43e7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=2.0.0,<2.1.0 +aiohttp>=2.0.0,<2.3.0 websockets>=3.1,<4.0 diff --git a/setup.py b/setup.py index 896dd7fcf..420519432 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ with open('README.md') as f: readme = f.read() extras_require = { - 'voice': ['PyNaCl==1.0.1'], + 'voice': ['PyNaCl==1.1.2'], 'docs': ['sphinxcontrib-asyncio'] }