Upgrade aiohttp to 3.4.4 (#16486)
This commit is contained in:
parent
0d7ee9b93b
commit
253e787a1b
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.4.0
|
||||
aiohttp==3.4.4
|
||||
astral==1.6.1
|
||||
async_timeout==3.0.0
|
||||
attrs==18.2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Home Assistant core
|
||||
aiohttp==3.4.0
|
||||
aiohttp==3.4.4
|
||||
astral==1.6.1
|
||||
async_timeout==3.0.0
|
||||
attrs==18.2.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ PROJECT_URLS = {
|
|||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||
|
||||
REQUIRES = [
|
||||
'aiohttp==3.4.0',
|
||||
'aiohttp==3.4.4',
|
||||
'astral==1.6.1',
|
||||
'async_timeout==3.0.0',
|
||||
'attrs==18.2.0',
|
||||
|
|
Loading…
Add table
Reference in a new issue