Upgrade shodan to 1.8.1 (#14760)

This commit is contained in:
Fabian Affolter 2018-06-02 14:34:47 +02:00 committed by Paulus Schoutsen
parent a8413249c2
commit 27df4cca6c
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.8.0']
REQUIREMENTS = ['shodan==1.8.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -1202,7 +1202,7 @@ sense_energy==0.3.1
sharp_aquos_rc==0.3.2
# homeassistant.components.sensor.shodan
shodan==1.8.0
shodan==1.8.1
# homeassistant.components.notify.simplepush
simplepush==1.1.4