Upgrade psutil to 5.3.1 (#9403)

This commit is contained in:
Fabian Affolter 2017-09-13 00:54:25 +02:00 committed by Pascal Vizeli
parent 05192e678e
commit fdf2d24a8b
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.3.0']
REQUIREMENTS = ['psutil==5.3.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -510,7 +510,7 @@ proliphix==0.4.1
prometheus_client==0.0.19
# homeassistant.components.sensor.systemmonitor
psutil==5.3.0
psutil==5.3.1
# homeassistant.components.wink
pubnubsub-handler==1.0.2