Upgrade psutil to 5.2.2 (#7037)

This commit is contained in:
Fabian Affolter 2017-04-11 13:52:34 +02:00 committed by GitHub
parent f76a4b2806
commit 2748bc4165
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.2.1']
REQUIREMENTS = ['psutil==5.2.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -448,7 +448,7 @@ pmsensor==0.4
proliphix==0.4.1
# homeassistant.components.sensor.systemmonitor
psutil==5.2.1
psutil==5.2.2
# homeassistant.components.wink
pubnubsub-handler==1.0.2