Upgrade alpha_vantage to 1.8.0 (#11476)
This commit is contained in:
parent
f21914d1f3
commit
c714658384
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['alpha_vantage==1.6.0']
|
||||
REQUIREMENTS = ['alpha_vantage==1.8.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ aiopvapi==1.5.4
|
|||
alarmdecoder==1.13.2
|
||||
|
||||
# homeassistant.components.sensor.alpha_vantage
|
||||
alpha_vantage==1.6.0
|
||||
alpha_vantage==1.8.0
|
||||
|
||||
# homeassistant.components.amcrest
|
||||
amcrest==1.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue