Upgrade psutil to 5.6.1 (#22183)

* Upgrade psutil to 5.6.1

* Upgrade speedtest-cli to 2.1.1
This commit is contained in:
Fabian Affolter 2019-03-21 04:30:52 +01:00 committed by Paulus Schoutsen
parent 9653544144
commit e044eace20
4 changed files with 18 additions and 25 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['psutil==5.5.1']
REQUIREMENTS = ['psutil==5.6.1']
_LOGGER = logging.getLogger(__name__)