diff --git a/requirements.txt b/requirements.txt index 8517fb4da..0e8677a07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp>=3.6.0,<3.8.0 +aiohttp>=3.6.0,<4 diff --git a/setup.py b/setup.py index 29a4c12f9..dc6150b3c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ with open('README.rst') as f: readme = f.read() extras_require = { - 'voice': ['PyNaCl>=1.3.0,<1.5'], + 'voice': ['PyNaCl>=1.3.0,<1.6'], 'docs': [ 'sphinx==4.4.0', 'sphinxcontrib_trio==1.1.2',