diff --git a/setup.py b/setup.py index dee63da2..862273d8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages install_requires = [ - "aiohttp==3.6.2", + "aiohttp==3.7.1", "graphql-core>=3.1,<3.2", "requests>=2.23,<3", "websockets>=8.1,<9",