Upgrade psutil to 5.2.1 (#6771)

pull/6776/head
Fabian Affolter 2017-03-24 21:43:48 +01:00 committed by GitHub
parent 1be2706de3
commit 7ae814357a
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.0']
REQUIREMENTS = ['psutil==5.2.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -435,7 +435,7 @@ pmsensor==0.4
proliphix==0.4.1
# homeassistant.components.sensor.systemmonitor
psutil==5.2.0
psutil==5.2.1
# homeassistant.components.wink
pubnubsub-handler==1.0.1