Upgrade psutil to 5.1.3 (#5873)

This commit is contained in:
Fabian Affolter 2017-02-11 14:48:54 +01:00 committed by GitHub
parent 0aad6c72d2
commit 2711c12928
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.1.2']
REQUIREMENTS = ['psutil==5.1.3']
_LOGGER = logging.getLogger(__name__)

View file

@ -385,7 +385,7 @@ pmsensor==0.3
proliphix==0.4.1
# homeassistant.components.sensor.systemmonitor
psutil==5.1.2
psutil==5.1.3
# homeassistant.components.wink
pubnubsub-handler==1.0.0