Skip to content

Commit

Permalink
Upgrade speedtest-cli to 1.0.7 (#9984)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 20, 2017
1 parent 53df3fa commit 4f1eab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/speedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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]+'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f1eab1

Please sign in to comment.