Upgrade py-cpuinfo to 4.0.0 (#13629)

This commit is contained in:
Fabian Affolter 2018-04-02 11:58:22 +02:00 committed by Daniel Høyer Iversen
parent 53f08e313f
commit 95e98925d1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import CONF_NAME
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['py-cpuinfo==3.3.0']
REQUIREMENTS = ['py-cpuinfo==4.0.0']
_LOGGER = logging.getLogger(__name__)