Upgrade py-cpuinfo to 0.2.7 (#6610)

This commit is contained in:
Fabian Affolter 2017-03-14 07:54:10 +01:00 committed by GitHub
parent 2687f2f623
commit bca673f039
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ from homeassistant.const import CONF_NAME
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['py-cpuinfo==0.2.6']
REQUIREMENTS = ['py-cpuinfo==0.2.7']
_LOGGER = logging.getLogger(__name__)

View File

@ -437,7 +437,7 @@ pushetta==1.0.15
pwaqi==3.0
# homeassistant.components.sensor.cpuspeed
py-cpuinfo==0.2.6
py-cpuinfo==0.2.7
# homeassistant.components.hdmi_cec
pyCEC==0.4.13