Upgrade shodan to 1.11.1 (#21478)

This commit is contained in:
Fabian Affolter 2019-02-27 18:37:26 +05:30 committed by Pascal Vizeli
parent 01ee92177f
commit 0b68da2f88
2 changed files with 2 additions and 2 deletions

View file

@ -9,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.11.0']
REQUIREMENTS = ['shodan==1.11.1']
_LOGGER = logging.getLogger(__name__)