Upgrade spiderpy to 1.2.0 (#15729)
This commit is contained in:
parent
baa974a487
commit
5849381dfb
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.discovery import load_platform
|
||||
|
||||
REQUIREMENTS = ['spiderpy==1.1.0']
|
||||
REQUIREMENTS = ['spiderpy==1.2.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1291,7 +1291,7 @@ somecomfort==0.5.2
|
|||
speedtest-cli==2.0.2
|
||||
|
||||
# homeassistant.components.spider
|
||||
spiderpy==1.1.0
|
||||
spiderpy==1.2.0
|
||||
|
||||
# homeassistant.components.sensor.spotcrime
|
||||
spotcrime==1.0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue