Upgrade psutil to 5.4.5 (#14135)

This commit is contained in:
Fabian Affolter 2018-04-28 23:17:38 +02:00 committed by GitHub
parent 2091f86e25
commit 4205dc0f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.helpers.config_validation as cv
import homeassistant.util.dt as dt_util import homeassistant.util.dt as dt_util
REQUIREMENTS = ['psutil==5.4.3'] REQUIREMENTS = ['psutil==5.4.5']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -642,7 +642,7 @@ proliphix==0.4.1
prometheus_client==0.1.0 prometheus_client==0.1.0
# homeassistant.components.sensor.systemmonitor # homeassistant.components.sensor.systemmonitor
psutil==5.4.3 psutil==5.4.5
# homeassistant.components.wink # homeassistant.components.wink
pubnubsub-handler==1.0.2 pubnubsub-handler==1.0.2