Upgrade shodan to 1.7.5 (#9228)

This commit is contained in:
Fabian Affolter 2017-08-30 22:23:28 +02:00 committed by Pascal Vizeli
parent 76c7eef7d8
commit 10e8aea46b
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['shodan==1.7.4']
REQUIREMENTS = ['shodan==1.7.5']
_LOGGER = logging.getLogger(__name__)