diff --git a/homeassistant/components/sensor/shodan.py b/homeassistant/components/sensor/shodan.py index 1cce17cf64a..234631df5f2 100644 --- a/homeassistant/components/sensor/shodan.py +++ b/homeassistant/components/sensor/shodan.py @@ -1,9 +1,4 @@ -""" -Sensor for displaying the number of result on Shodan.io. - -For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/sensor.shodan/ -""" +"""Sensor for displaying the number of result on Shodan.io.""" import logging from datetime import timedelta @@ -14,7 +9,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.4'] +REQUIREMENTS = ['shodan==1.11.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index fb400185fb4..a89deb3d1f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1550,7 +1550,7 @@ sense_energy==0.6.0 sharp_aquos_rc==0.3.2 # homeassistant.components.sensor.shodan -shodan==1.10.4 +shodan==1.11.0 # homeassistant.components.notify.simplepush simplepush==1.1.4