Upgrade psutil to 5.4.3 (#11468)

This commit is contained in:
Fabian Affolter 2018-01-05 23:30:12 +01:00 committed by Paulus Schoutsen
parent 417c193c0d
commit f21914d1f3
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.2']
REQUIREMENTS = ['psutil==5.4.3']
_LOGGER = logging.getLogger(__name__)

View file

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