Upgrade py-cpuinfo to 3.0.0 (#6948)
This commit is contained in:
parent
73f69085d9
commit
289d6b6605
2 changed files with 2 additions and 2 deletions
|
@ -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.7']
|
||||
REQUIREMENTS = ['py-cpuinfo==3.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -460,7 +460,7 @@ pushetta==1.0.15
|
|||
pwaqi==3.0
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==0.2.7
|
||||
py-cpuinfo==3.0.0
|
||||
|
||||
# homeassistant.components.hdmi_cec
|
||||
pyCEC==0.4.13
|
||||
|
|
Loading…
Add table
Reference in a new issue