Upgrade shodan to 1.8.0 (#14717)
This commit is contained in:
parent
99fdd3e358
commit
de56a0d021
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.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['shodan==1.7.7']
|
REQUIREMENTS = ['shodan==1.8.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1202,7 +1202,7 @@ sense_energy==0.3.1
|
||||||
sharp_aquos_rc==0.3.2
|
sharp_aquos_rc==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.shodan
|
# homeassistant.components.sensor.shodan
|
||||||
shodan==1.7.7
|
shodan==1.8.0
|
||||||
|
|
||||||
# homeassistant.components.notify.simplepush
|
# homeassistant.components.notify.simplepush
|
||||||
simplepush==1.1.4
|
simplepush==1.1.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue