mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Upgrade attrs to 18.1.0 (#14281)
This commit is contained in:
parent
36cf2125ce
commit
f98525acbf
@ -9,7 +9,7 @@ aiohttp==3.1.3
|
|||||||
async_timeout==2.0.1
|
async_timeout==2.0.1
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
attrs==17.4.0
|
attrs==18.1.0
|
||||||
|
|
||||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||||
enum34==1000000000.0.0
|
enum34==1000000000.0.0
|
||||||
|
@ -10,7 +10,7 @@ aiohttp==3.1.3
|
|||||||
async_timeout==2.0.1
|
async_timeout==2.0.1
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
attrs==17.4.0
|
attrs==18.1.0
|
||||||
|
|
||||||
# homeassistant.components.nuimo_controller
|
# homeassistant.components.nuimo_controller
|
||||||
--only-binary=all https://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
--only-binary=all https://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
||||||
|
2
setup.py
2
setup.py
@ -53,7 +53,7 @@ REQUIRES = [
|
|||||||
'async_timeout==2.0.1',
|
'async_timeout==2.0.1',
|
||||||
'astral==1.6',
|
'astral==1.6',
|
||||||
'certifi>=2017.4.17',
|
'certifi>=2017.4.17',
|
||||||
'attrs==17.4.0',
|
'attrs==18.1.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user