diff --git a/requirements.txt b/requirements.txt index db34f85..573ae36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ google-api-python-client==1.8.0 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.4.1 beautifulsoup4==4.8.2 -aiohttp==3.6.2 +aiohttp==3.7.4 diff --git a/setup.py b/setup.py index adda953..d05b338 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ 'google-auth-httplib2 == 0.0.3', 'google-auth-oauthlib == 0.4.1', 'beautifulsoup4 == 4.8.2', - 'aiohttp==3.6.2', + 'aiohttp==3.7.4', ] )