Upgrade attrs to 18.1.0 (#14281)
This commit is contained in:
parent
36cf2125ce
commit
f98525acbf
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ aiohttp==3.1.3
|
|||
async_timeout==2.0.1
|
||||
astral==1.6
|
||||
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
|
||||
enum34==1000000000.0.0
|
||||
|
|
|
@ -10,7 +10,7 @@ aiohttp==3.1.3
|
|||
async_timeout==2.0.1
|
||||
astral==1.6
|
||||
certifi>=2017.4.17
|
||||
attrs==17.4.0
|
||||
attrs==18.1.0
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
--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',
|
||||
'astral==1.6',
|
||||
'certifi>=2017.4.17',
|
||||
'attrs==17.4.0',
|
||||
'attrs==18.1.0',
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Reference in a new issue