1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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

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