Upgrade psutil to 3.4.2

This commit is contained in:
Fabian Affolter 2016-01-27 12:26:38 +01:00
parent c750f16275
commit ef4661f1e6
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import homeassistant.util.dt as dt_util
from homeassistant.helpers.entity import Entity
from homeassistant.const import STATE_ON, STATE_OFF
REQUIREMENTS = ['psutil==3.2.2']
REQUIREMENTS = ['psutil==3.4.2']
SENSOR_TYPES = {
'disk_use_percent': ['Disk Use', '%', 'mdi:harddisk'],
'disk_use': ['Disk Use', 'GiB', 'mdi:harddisk'],

View file

@ -165,7 +165,7 @@ pyowm==2.3.0
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
# homeassistant.components.sensor.systemmonitor
psutil==3.2.2
psutil==3.4.2
# homeassistant.components.sensor.temper
https://github.com/rkabadi/temper-python/archive/3dbdaf2d87b8db9a3cd6e5585fc704537dd2d09b.zip#temperusb==1.2.3