From 640f922a35ca766e36e2d90c1c568f90e5df4c1e Mon Sep 17 00:00:00 2001 From: Hanusz Leszek Date: Sun, 25 Oct 2020 10:06:31 +0100 Subject: [PATCH] Update aiohttp from 3.6.2 to 3.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",