Upgrade psutil to 5.1.2 (#5745)

This commit is contained in:
Fabian Affolter 2017-02-04 20:51:49 +01:00 committed by GitHub
parent 4cb20ce6d9
commit 6164b61e14
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.1']
REQUIREMENTS = ['psutil==5.1.2']
_LOGGER = logging.getLogger(__name__)