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:
parent
368682647d
commit
9bb7e40ee3
4 changed files with 6 additions and 17 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue