mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Upgrade shodan to 1.9.0 (#15839)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
9a84f8b763
commit
f86702e8ab
@@ -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.8.1']
|
||||
REQUIREMENTS = ['shodan==1.9.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user