Upgrade attrs to 18.1.0 (#14281)

This commit is contained in:
Fabian Affolter 2018-05-04 14:58:34 +02:00 committed by Paulus Schoutsen
parent 36cf2125ce
commit f98525acbf
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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))