Upgrade shodan to 1.7.7 (#11084)

This commit is contained in:
Fabian Affolter 2017-12-11 16:44:15 +01:00 committed by Pascal Vizeli
parent c461a7c7e2
commit 1b3963299d
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.5']
REQUIREMENTS = ['shodan==1.7.7']
_LOGGER = logging.getLogger(__name__)