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:
parent
9653544144
commit
e044eace20
4 changed files with 18 additions and 25 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue