update aiohttp

This commit is contained in:
Jack Robison 2022-03-25 12:33:51 -04:00
parent 909ea901e4
commit 0fd993d180
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -29,7 +29,7 @@ setup(
], ],
}, },
install_requires=[ install_requires=[
'aiohttp==3.6.2', 'aiohttp==3.7.4',
'certifi>=2021.10.08', 'certifi>=2021.10.08',
'colorama==0.3.7', 'colorama==0.3.7',
'protobuf==3.17.2', 'protobuf==3.17.2',