Upgrade shodan to 1.10.1 (#16460)

This commit is contained in:
Fabian Affolter 2018-09-06 12:31:08 +02:00 committed by Paulus Schoutsen
parent cf4b72e00e
commit 2640db1522
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.10.0']
REQUIREMENTS = ['shodan==1.10.1']
_LOGGER = logging.getLogger(__name__)