Bump test dependencies aiohttp/beautifulsoup4

This commit is contained in:
Simon Willison 2018-12-30 21:37:42 -08:00
commit 77789d0ff4

View file

@ -50,8 +50,8 @@ setup(
extras_require={ extras_require={
'test': [ 'test': [
'pytest==4.0.2', 'pytest==4.0.2',
'aiohttp==3.3.2', 'aiohttp==3.5.1',
'beautifulsoup4==4.6.1', 'beautifulsoup4==4.6.3',
] ]
}, },
tests_require=[ tests_require=[