Upgrade aiohttp to 3.5.3 (#19957)

* Upgrade aiohttp to 3.5.3

* Upgrade aiohttp to 3.5.4

* Remove test for webhook component from camera.push

* Lint
This commit is contained in:
Fabian Affolter 2019-01-16 23:23:46 +01:00 committed by Paulus Schoutsen
parent 368682647d
commit 9bb7e40ee3
4 changed files with 6 additions and 17 deletions

View file

@ -32,7 +32,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'aiohttp==3.5.1',
'aiohttp==3.5.4',
'astral==1.7.1',
'async_timeout==3.0.1',
'attrs==18.2.0',