mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade aiohttp to 3.3.2 (#15025)
This commit is contained in:
parent
1533bc1e1f
commit
9c17e95fc5
@ -1,4 +1,4 @@
|
|||||||
aiohttp==3.3.0
|
aiohttp==3.3.2
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.0
|
||||||
attrs==18.1.0
|
attrs==18.1.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Home Assistant core
|
# Home Assistant core
|
||||||
aiohttp==3.3.0
|
aiohttp==3.3.2
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.0
|
||||||
attrs==18.1.0
|
attrs==18.1.0
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, hass_const.__version__)
|
|||||||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'aiohttp==3.3.0',
|
'aiohttp==3.3.2',
|
||||||
'astral==1.6.1',
|
'astral==1.6.1',
|
||||||
'async_timeout==3.0.0',
|
'async_timeout==3.0.0',
|
||||||
'attrs==18.1.0',
|
'attrs==18.1.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user