Bump aiohttp to 3.5.3 to fix a warning

This commit is contained in:
Simon Willison 2019-01-10 16:47:15 -08:00
commit c4c970f3c9

View file

@ -50,7 +50,7 @@ setup(
extras_require={
'test': [
'pytest==4.0.2',
'aiohttp==3.3.2',
'aiohttp==3.5.3',
'beautifulsoup4==4.6.1',
]
},