Upgrade locationsharinglib to 3.0.3 (#17010)
* Upgrade locationsharinglib to 3.0.3 * Revert change from #16969
This commit is contained in:
parent
6159f8b0ce
commit
9edf1e5151
4 changed files with 2 additions and 6 deletions
|
@ -19,7 +19,7 @@ from homeassistant.helpers.event import track_time_interval
|
|||
from homeassistant.helpers.typing import ConfigType
|
||||
from homeassistant.util import slugify, dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['locationsharinglib==3.0.2']
|
||||
REQUIREMENTS = ['locationsharinglib==3.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -558,7 +558,7 @@ liveboxplaytv==2.0.2
|
|||
lmnotify==0.0.4
|
||||
|
||||
# homeassistant.components.device_tracker.google_maps
|
||||
locationsharinglib==3.0.2
|
||||
locationsharinglib==3.0.3
|
||||
|
||||
# homeassistant.components.logi_circle
|
||||
logi_circle==0.1.7
|
||||
|
|
|
@ -103,9 +103,6 @@ libpurecoollink==0.4.2
|
|||
# homeassistant.components.media_player.soundtouch
|
||||
libsoundtouch==0.7.2
|
||||
|
||||
# homeassistant.components.device_tracker.google_maps
|
||||
locationsharinglib==3.0.2
|
||||
|
||||
# homeassistant.components.sensor.mfi
|
||||
# homeassistant.components.switch.mfi
|
||||
mficlient==0.3.0
|
||||
|
|
|
@ -63,7 +63,6 @@ TEST_REQUIREMENTS = (
|
|||
'influxdb',
|
||||
'libpurecoollink',
|
||||
'libsoundtouch',
|
||||
'locationsharinglib',
|
||||
'mficlient',
|
||||
'numpy',
|
||||
'paho-mqtt',
|
||||
|
|
Loading…
Add table
Reference in a new issue