mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update aiohttp to version 3.4.0. (#16198)
This commit is contained in:
parent
b043ac0f7f
commit
69d104bcb6
@ -1,4 +1,4 @@
|
|||||||
aiohttp==3.3.2
|
aiohttp==3.4.0
|
||||||
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.2
|
aiohttp==3.4.0
|
||||||
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
@ -32,7 +32,7 @@ PROJECT_URLS = {
|
|||||||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'aiohttp==3.3.2',
|
'aiohttp==3.4.0',
|
||||||
'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