Upgrade shodan to 1.7.5 (#9228)
This commit is contained in:
parent
76c7eef7d8
commit
10e8aea46b
2 changed files with 2 additions and 2 deletions
|
@ -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.4']
|
||||
REQUIREMENTS = ['shodan==1.7.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -888,7 +888,7 @@ sense-hat==2.2.0
|
|||
sharp_aquos_rc==0.3.2
|
||||
|
||||
# homeassistant.components.sensor.shodan
|
||||
shodan==1.7.4
|
||||
shodan==1.7.5
|
||||
|
||||
# homeassistant.components.alarm_control_panel.simplisafe
|
||||
simplisafe-python==1.0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue