Upgrade psutil to 5.5.0 (#20462)

This commit is contained in:
Fabian Affolter 2019-01-26 22:11:36 +01:00 committed by Pascal Vizeli
parent 9920699bb8
commit 38b1ce3fe0
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.8']
REQUIREMENTS = ['psutil==5.5.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -838,7 +838,7 @@ prometheus_client==0.2.0
protobuf==3.6.1
# homeassistant.components.sensor.systemmonitor
psutil==5.4.8
psutil==5.5.0
# homeassistant.components.wink
pubnubsub-handler==1.0.3