Upgrade psutil to 5.4.2 (#11083)

This commit is contained in:
Fabian Affolter 2017-12-11 13:52:43 +01:00 committed by Pascal Vizeli
parent 0245189670
commit 0cfff13be1
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -569,7 +569,7 @@ proliphix==0.4.1
prometheus_client==0.0.21
# homeassistant.components.sensor.systemmonitor
psutil==5.4.1
psutil==5.4.2
# homeassistant.components.wink
pubnubsub-handler==1.0.2