Upgrade py-cpuinfo to 0.2.6 (#6335)

This commit is contained in:
Fabian Affolter 2017-03-02 05:58:03 +01:00 committed by GitHub
parent 0fe41ffb00
commit 435f253be8
2 changed files with 2 additions and 2 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.3']
REQUIREMENTS = ['py-cpuinfo==0.2.6']
_LOGGER = logging.getLogger(__name__)

View File

@ -436,7 +436,7 @@ pushetta==1.0.15
pwaqi==2.0
# homeassistant.components.sensor.cpuspeed
py-cpuinfo==0.2.3
py-cpuinfo==0.2.6
# homeassistant.components.hdmi_cec
pyCEC==0.4.13