mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade alpha_vantage to 1.6.0 (#11307)
This commit is contained in:
parent
8d32e883bd
commit
d68d4d1129
@ -14,7 +14,7 @@ from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['alpha_vantage==1.3.6']
|
REQUIREMENTS = ['alpha_vantage==1.6.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ aiopvapi==1.5.4
|
|||||||
alarmdecoder==0.12.3
|
alarmdecoder==0.12.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.alpha_vantage
|
# homeassistant.components.sensor.alpha_vantage
|
||||||
alpha_vantage==1.3.6
|
alpha_vantage==1.6.0
|
||||||
|
|
||||||
# homeassistant.components.amcrest
|
# homeassistant.components.amcrest
|
||||||
amcrest==1.2.1
|
amcrest==1.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user