Upgrade spiderpy to 1.2.0 (#15729)

This commit is contained in:
Peter Nijssen 2018-07-29 19:49:36 +02:00 committed by Fabian Affolter
parent baa974a487
commit 5849381dfb
2 changed files with 2 additions and 2 deletions

View file

@ -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__)