mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Upgrade shodan to 1.10.0 (#16363)
This commit is contained in:
parent
1d12c7b0e7
commit
97695a30f5
@ -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.9.1']
|
||||
REQUIREMENTS = ['shodan==1.10.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1290,7 +1290,7 @@ sense_energy==0.4.1
|
||||
sharp_aquos_rc==0.3.2
|
||||
|
||||
# homeassistant.components.sensor.shodan
|
||||
shodan==1.9.1
|
||||
shodan==1.10.0
|
||||
|
||||
# homeassistant.components.notify.simplepush
|
||||
simplepush==1.1.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user