Upgrade py-cpuinfo to 3.3.0 (#7992)
parent
1f226cffe9
commit
1b1619fbf1
|
@ -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.2.0']
|
||||
REQUIREMENTS = ['py-cpuinfo==3.3.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -473,7 +473,7 @@ pwaqi==3.0
|
|||
pwmled==1.1.1
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==3.2.0
|
||||
py-cpuinfo==3.3.0
|
||||
|
||||
# homeassistant.components.hdmi_cec
|
||||
pyCEC==0.4.13
|
||||
|
|
Loading…
Reference in New Issue