mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade voluptuous to 0.11.3 (#15735)
This commit is contained in:
parent
4b257c3d01
commit
a8dd81e986
@ -8,7 +8,7 @@ pip>=8.0.3
|
|||||||
pytz>=2018.04
|
pytz>=2018.04
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
voluptuous==0.11.1
|
voluptuous==0.11.3
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -9,7 +9,7 @@ pip>=8.0.3
|
|||||||
pytz>=2018.04
|
pytz>=2018.04
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
voluptuous==0.11.1
|
voluptuous==0.11.3
|
||||||
|
|
||||||
# homeassistant.components.nuimo_controller
|
# homeassistant.components.nuimo_controller
|
||||||
--only-binary=all nuimo==0.1.0
|
--only-binary=all nuimo==0.1.0
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ REQUIRES = [
|
|||||||
'pytz>=2018.04',
|
'pytz>=2018.04',
|
||||||
'pyyaml>=3.13,<4',
|
'pyyaml>=3.13,<4',
|
||||||
'requests==2.19.1',
|
'requests==2.19.1',
|
||||||
'voluptuous==0.11.1',
|
'voluptuous==0.11.3',
|
||||||
]
|
]
|
||||||
|
|
||||||
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