mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Upgrade spiderpy to 1.2.0 (#15729)
This commit is contained in:
committed by
Fabian Affolter
parent
baa974a487
commit
5849381dfb
@@ -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
|
||||
|
Reference in New Issue
Block a user