Upgrade psutil to 5.4.7 (#15982)

This commit is contained in:
Fabian Affolter 2018-08-15 10:47:58 +02:00 committed by Paulus Schoutsen
parent dc460f4d6a
commit 39fd70231f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,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.6']
REQUIREMENTS = ['psutil==5.4.7']
_LOGGER = logging.getLogger(__name__)

View file

@ -695,7 +695,7 @@ proliphix==0.4.1
prometheus_client==0.2.0
# homeassistant.components.sensor.systemmonitor
psutil==5.4.6
psutil==5.4.7
# homeassistant.components.wink
pubnubsub-handler==1.0.2