Skip to content

Commit

Permalink
Upgrade py-cpuinfo to 3.0.0 (#6948)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Apr 5, 2017
1 parent 73f6908 commit 289d6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/cpuspeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 289d6b6

Please sign in to comment.