mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Upgrade py-cpuinfo to 3.2.0 (#7190)
This commit is contained in:
parent
920d298c7e
commit
eb2e5e5b9d
@ -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==3.0.0']
|
||||
REQUIREMENTS = ['py-cpuinfo==3.2.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -472,7 +472,7 @@ pwaqi==3.0
|
||||
pwmled==1.1.1
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==3.0.0
|
||||
py-cpuinfo==3.2.0
|
||||
|
||||
# homeassistant.components.hdmi_cec
|
||||
pyCEC==0.4.13
|
||||
|
Loading…
x
Reference in New Issue
Block a user