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