Upgrade shodan to 1.10.2 (#16736)

pull/16743/head
Fabian Affolter 2018-09-20 11:34:37 +02:00 committed by Daniel Høyer Iversen
parent 93af3c57ff
commit 39ea9a8c90
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.1']
REQUIREMENTS = ['shodan==1.10.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -1309,7 +1309,7 @@ sense_energy==0.4.2
sharp_aquos_rc==0.3.2
# homeassistant.components.sensor.shodan
shodan==1.10.1
shodan==1.10.2
# homeassistant.components.notify.simplepush
simplepush==1.1.4