mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Upgrade py-cpuinfo to 4.0.0 (#13629)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
53f08e313f
commit
95e98925d1
@@ -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__)
|
||||
|
||||
|
@@ -648,7 +648,7 @@ py-august==0.4.0
|
||||
py-canary==0.5.0
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==3.3.0
|
||||
py-cpuinfo==4.0.0
|
||||
|
||||
# homeassistant.components.melissa
|
||||
py-melissa-climate==1.0.6
|
||||
|
Reference in New Issue
Block a user