Upgrade speedtest-cli to 1.0.7 (#9984)
This commit is contained in:
parent
53df3fadd7
commit
4f1eab138c
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.helpers.event import track_time_change
|
||||
from homeassistant.helpers.restore_state import async_get_last_state
|
||||
|
||||
REQUIREMENTS = ['speedtest-cli==1.0.6']
|
||||
REQUIREMENTS = ['speedtest-cli==1.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
_SPEEDTEST_REGEX = re.compile(r'Ping:\s(\d+\.\d+)\sms[\r\n]+'
|
||||
|
|
|
@ -977,7 +977,7 @@ snapcast==2.0.7
|
|||
somecomfort==0.4.1
|
||||
|
||||
# homeassistant.components.sensor.speedtest
|
||||
speedtest-cli==1.0.6
|
||||
speedtest-cli==1.0.7
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.scripts.db_migrator
|
||||
|
|
Loading…
Add table
Reference in a new issue