Upgrade alpha_vantage to 2.0.0 (#13943)
This commit is contained in:
parent
9da239178c
commit
e8ad36feb6
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['alpha_vantage==1.9.0']
|
||||
REQUIREMENTS = ['alpha_vantage==2.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ aiopvapi==1.5.4
|
|||
alarmdecoder==1.13.2
|
||||
|
||||
# homeassistant.components.sensor.alpha_vantage
|
||||
alpha_vantage==1.9.0
|
||||
alpha_vantage==2.0.0
|
||||
|
||||
# homeassistant.components.amcrest
|
||||
amcrest==1.2.2
|
||||
|
|
Loading…
Add table
Reference in a new issue