mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade spiderpy to 1.2.0 (#15729)
This commit is contained in:
parent
baa974a487
commit
5849381dfb
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.discovery import load_platform
|
from homeassistant.helpers.discovery import load_platform
|
||||||
|
|
||||||
REQUIREMENTS = ['spiderpy==1.1.0']
|
REQUIREMENTS = ['spiderpy==1.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1291,7 +1291,7 @@ somecomfort==0.5.2
|
|||||||
speedtest-cli==2.0.2
|
speedtest-cli==2.0.2
|
||||||
|
|
||||||
# homeassistant.components.spider
|
# homeassistant.components.spider
|
||||||
spiderpy==1.1.0
|
spiderpy==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.spotcrime
|
# homeassistant.components.sensor.spotcrime
|
||||||
spotcrime==1.0.3
|
spotcrime==1.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user