Upgrade psutil to 4.4.2 (#4079)

This commit is contained in:
Fabian Affolter 2016-10-28 07:22:43 +02:00 committed by Paulus Schoutsen
parent 726d950522
commit 02d1dc6247
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['psutil==4.4.0']
REQUIREMENTS = ['psutil==4.4.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -309,7 +309,7 @@ pmsensor==0.3
proliphix==0.4.0
# homeassistant.components.sensor.systemmonitor
psutil==4.4.0
psutil==4.4.2
# homeassistant.components.wink
pubnub==3.8.2