mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Upgrade shodan to 1.7.7 (#11084)
This commit is contained in:
parent
c461a7c7e2
commit
1b3963299d
@ -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.5']
|
REQUIREMENTS = ['shodan==1.7.7']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1016,7 +1016,7 @@ sense-hat==2.2.0
|
|||||||
sharp_aquos_rc==0.3.2
|
sharp_aquos_rc==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.shodan
|
# homeassistant.components.sensor.shodan
|
||||||
shodan==1.7.5
|
shodan==1.7.7
|
||||||
|
|
||||||
# homeassistant.components.notify.simplepush
|
# homeassistant.components.notify.simplepush
|
||||||
simplepush==1.1.4
|
simplepush==1.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user